Searched defs:BinaryCache (Results  1 – 1 of 1) sorted by relevance
| /system/extras/simpleperf/scripts/ | 
| D | binary_cache_builder.py | 41 class BinaryCache:  class71     def collect_binaries(self, binaries: Dict[str, str], binary_cache: BinaryCache):
 88     def collect_binaries(self, binaries: Dict[str, str], binary_cache: BinaryCache):
 95     def collect_binary(self, path: str, build_id: str, binary_cache: BinaryCache):
 150     def collect_binaries(self, binaries: Dict[str, str], binary_cache: BinaryCache):
 
 |