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.py383 def find_real_dso_path(dso_path_in_record_file, binary_cache_path): argument
386 tmp_path = os.path.join(binary_cache_path, dso_path_in_record_file[1:])
389 if is_elf_file(dso_path_in_record_file):
390 return dso_path_in_record_file