Searched refs:g_path_to_soname_cache (Results 1 – 1 of 1) sorted by relevance
56 g_path_to_soname_cache: Dict[Path, str] = {} variable68 if path in g_path_to_soname_cache: return g_path_to_soname_cache[path]77 g_path_to_soname_cache[path] = result