Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dutils.py360 def find_real_dso_path(dso_path_in_record_file, binary_cache_path): argument
362 if dso_path_in_record_file[0] != '/' or dso_path_in_record_file == '//anon':
365 tmp_path = os.path.join(binary_cache_path, dso_path_in_record_file[1:])
368 if os.path.isfile(dso_path_in_record_file):
369 return dso_path_in_record_file