Home
last modified time | relevance | path

Searched defs:local (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py424 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
Ddevice.py336 def push_file(self, local, remote, **kwargs): argument
366 def pull_file(self, remote, local, **kwargs): argument