Home
last modified time | relevance | path

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

/aosp12/bionic/benchmarks/linker_relocation/regen/
H A Ddump_relocs.py56 g_path_to_soname_cache: Dict[Path, str] = {} variable
68 if path in g_path_to_soname_cache: return g_path_to_soname_cache[path]
77 g_path_to_soname_cache[path] = result