Home
last modified time | relevance | path

Searched refs:do_push_file (Results 1 – 1 of 1) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py538 self.do_push_file(file_path, "%s/%s" % (remote, child))
540 self.do_push_file(local, remote)
542 def do_push_file(self, local, remote): member in SyncService