Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py191 def _pull_file_from_device(self, device_path, host_path): argument
192 if self.adb.run(['pull', device_path, host_path]):
198 self.adb.run(['pull', '/data/local/tmp/' + filename, host_path])):
/system/core/adb/
Dtest_device.py1023 host_path = os.path.join(
1026 self._verify_local(temp_file.checksum, host_path)
1058 host_path = os.path.join(
1061 self._verify_local(temp_file.checksum, host_path)
1091 host_path = os.path.join(real_dir, temp_file.base_name)
1092 self._verify_local(temp_file.checksum, host_path)
1115 host_path = os.path.join(dest_dir, temp_file.base_name)
1116 self._verify_local(temp_file.checksum, host_path)
1149 host_path = os.path.join(
1151 self._verify_local(temp_file.checksum, host_path)