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.py193 def _pull_file_from_device(self, device_path, host_path): argument
194 if self.adb.run(['pull', device_path, host_path]):
200 self.adb.run(['pull', '/data/local/tmp/' + filename, host_path])):
/system/core/adb/
Dtest_device.py939 host_path = os.path.join(
942 self._verify_local(temp_file.checksum, host_path)
974 host_path = os.path.join(
977 self._verify_local(temp_file.checksum, host_path)
1007 host_path = os.path.join(real_dir, temp_file.base_name)
1008 self._verify_local(temp_file.checksum, host_path)
1031 host_path = os.path.join(dest_dir, temp_file.base_name)
1032 self._verify_local(temp_file.checksum, host_path)
1065 host_path = os.path.join(
1067 self._verify_local(temp_file.checksum, host_path)