Searched refs:host_path (Results 1 – 1 of 1) sorted by relevance
190 def _pull_file_from_device(self, device_path, host_path): argument191 if self.adb.run(['pull', device_path, host_path]):197 self.adb.run(['pull', '/data/local/tmp/' + filename, host_path])):