Searched defs:local (Results 1 – 2 of 2) sorted by relevance
| /test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
| D | dmlib.py | 424 def pull_file(self, remote, local, is_create=False): argument 460 def do_pull_file(self, remote, local): argument 512 def push_file(self, local, remote, is_create=False): argument 542 def do_push_file(self, local, remote): argument 756 def push_file(device, local, remote, is_create=False, argument 763 def pull_file(device, remote, local, is_create=False, argument 1041 def _operator_file(command, device, local, remote, timeout): argument
|
| D | device.py | 336 def push_file(self, local, remote, **kwargs): argument 366 def pull_file(self, remote, local, **kwargs): argument
|