Searched refs:BinaryCache (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.py | 41 class BinaryCache: class 70 def collect_binaries(self, binaries: Dict[str, str], binary_cache: BinaryCache): argument 87 def collect_binaries(self, binaries: Dict[str, str], binary_cache: BinaryCache): argument 94 def collect_binary(self, path: str, build_id: str, binary_cache: BinaryCache): argument 153 def collect_binaries(self, binaries: Dict[str, str], binary_cache: BinaryCache): argument 257 self.binary_cache = BinaryCache(self.binary_cache_dir)
|