Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.py606 self, binary_cache_path: Optional[str],
609 self.binary_cache_path = binary_cache_path
621 self.binary_finder = BinaryFinder(binary_cache_path, ReadElf(ndk_path))
629 if self.binary_cache_path:
630 lib.SetSymfs(self.binary_cache_path)
991 binary_cache_path = 'binary_cache'
992 if not os.path.isdir(binary_cache_path):
998 binary_cache_path = None
1008 record_data = RecordData(binary_cache_path, ndk_path, build_addr_hit_map)
Dannotate.py57 def __init__(self, ndk_path, binary_cache_path, source_dirs): argument
58 binary_finder = BinaryFinder(binary_cache_path, ReadElf(ndk_path))