Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py190 def _pull_file_from_device(self, device_path, host_path): argument
191 if self.adb.run(['pull', device_path, host_path]):
197 self.adb.run(['pull', '/data/local/tmp/' + filename, host_path])):