Searched defs: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): 87 def collect_binaries(self, binaries: Dict[str, str], binary_cache: BinaryCache): 94 def collect_binary(self, path: str, build_id: str, binary_cache: BinaryCache): 153 def collect_binaries(self, binaries: Dict[str, str], binary_cache: BinaryCache):
|