Home
last modified time | relevance | path

Searched refs:get_real_path (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dtools_test.py245 searcher.get_real_path('native-lib.cpp'))
249 searcher.get_real_path('/data/native-lib.cpp'))
254 searcher.get_real_path('simpleperfexamplewithnative/MainActivity.java'))
259 searcher.get_real_path('MainActivity.kt'))
/system/extras/simpleperf/scripts/
Dannotate.py76 source_file_path = self.source_searcher.get_real_path(source_file)
Dsimpleperf_utils.py775 def get_real_path(self, abstract_path: str) -> Optional[str]: member in SourceFileSearcher
Dreport_html.py518 real_path = file_searcher.get_real_path(source_file.abstract_path)