Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1113 def pull_files(self, device_paths, host_path=None): argument
1122 if not host_path:
1123 host_path = self.log_path
1126 (device_path, host_path))
1127 self.adb.pull("%s %s" % (device_path, host_path),