Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py45 def get_path_in_cache(self, device_path: str, build_id: str) -> Path: member in BinaryCache
98 binary_cache_file = binary_cache.get_path_in_cache(path, build_id)
225 to_path = self.binary_cache.get_path_in_cache(device_path, expected_build_id)
330 return self.binary_cache.get_path_in_cache(device_path, build_id)