Home
last modified time | relevance | path

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

/developtools/hiperf/script/
Drecv_binary_cache.py163 def pull_file_from_device(self, device_path, host_path): argument
164 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): argument
184 req_build_id = self.binary_map.get(device_path)