Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py99 self.check_and_pull_binary(path, build_id, binary_cache_file)
101 def check_and_pull_binary(self, path: str, expected_build_id: str, binary_cache_file: Path): member in BinarySourceFromDevice