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.py604 self, binary_cache_path: Optional[str],
607 self.binary_cache_path = binary_cache_path
620 self.binary_finder = BinaryFinder(binary_cache_path, ReadElf(ndk_path))
630 if self.binary_cache_path:
631 lib.SetSymfs(self.binary_cache_path)
994 binary_cache_path = 'binary_cache'
995 if not os.path.isdir(binary_cache_path):
1001 binary_cache_path = None
1011 record_data = RecordData(binary_cache_path, ndk_path,
Dannotate.py56 def __init__(self, ndk_path, binary_cache_path, source_dirs): argument
57 binary_finder = BinaryFinder(binary_cache_path, ReadElf(ndk_path))