Searched defs:localpath (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | sshcontrol.py | 152 def copy_to(self, localpath, remotepath): argument 158 def copy_from(self, remotepath, localpath): argument 162 def copy_dir_to(self, localpath, remotepath): argument 207 def delete_dir_structure(self, localpath, remotepath): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | runexported.py | 61 def copy_to(self, localpath, remotepath): argument 64 def copy_from(self, remotepath, localpath): argument
|
H A D | targetcontrol.py | 79 def copy_to(self, localpath, remotepath): argument 82 def copy_from(self, remotepath, localpath): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | local.py | 40 def localpath(self, urldata, d): member in Local
|
H A D | __init__.py | 549 def verify_checksum(ud, d, precomputed={}, localpath=None, fatal_nochecksum=True): argument 847 def localpath(url, d): function 1419 def localpath(self, urldata, d): member in FetchMethod 1804 def localpath(self, url): member in Fetch
|
H A D | hg.py | 234 def localpath(self, ud, d): member in Hg
|
H A D | git.py | 327 def localpath(self, ud, d): member in Git
|