Searched refs:device_path (Results 1 – 1 of 1) sorted by relevance
163 def pull_file_from_device(self, device_path, host_path): argument164 if self.hdc.run_hdc_cmd(['file recv', device_path, host_path]):168 filename = device_path[device_path.rfind('/') + 1:]169 if (self.hdc.run_hdc_cmd(['shell', 'cp', device_path,177 print('failed to pull %s from device' % device_path)180 def confirm_del_file(self, device_path,host_path): argument184 req_build_id = self.binary_map.get(device_path)