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.py999 def pull_files(self, device_paths, host_path=None): argument
1008 if not host_path:
1009 host_path = self.log_path
1012 'Pull from device: %s -> %s' % (device_path, host_path))
1014 "%s %s" % (device_path, host_path), timeout=PULL_TIMEOUT)