Searched defs:remotepath (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/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 183 def delete_files(self, remotepath, files): argument 198 def delete_dir(self, remotepath): argument 207 def delete_dir_structure(self, localpath, remotepath): argument
|
| /OK3568_Linux_fs/yocto/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 | 83 def copy_to(self, localpath, remotepath): argument 86 def copy_from(self, remotepath, localpath): argument
|