Searched refs:host_path (Results 1 – 1 of 1) sorted by relevance
1113 def pull_files(self, device_paths, host_path=None): argument1122 if not host_path:1123 host_path = self.log_path1126 (device_path, host_path))1127 self.adb.pull("%s %s" % (device_path, host_path),