HomeSort by relevance Sort by last modified time
    Searched refs:binary_cache_path (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/scripts/
utils.py 360 def find_real_dso_path(dso_path_in_record_file, binary_cache_path):
364 if binary_cache_path:
365 tmp_path = os.path.join(binary_cache_path, dso_path_in_record_file[1:])
432 def __init__(self, ndk_path, binary_cache_path):
440 self.binary_cache_path = binary_cache_path
458 real_path = find_real_dso_path(dso_path, self.binary_cache_path)
579 def __init__(self, ndk_path, binary_cache_path):
581 self.binary_cache_path = binary_cache_path
    [all...]
test.py     [all...]

Completed in 274 milliseconds