Searched refs:base_location (Results 1 – 5 of 5) sorted by relevance
32 const std::string& base_location, in DexCacheResolvedClasses() argument36 base_location_(base_location), in DexCacheResolvedClasses()
187 std::string base_location = GetBaseLocation(dex_location); in GetDexCanonicalLocation() local188 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation()196 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()197 if (path != nullptr && path.get() != base_location) { in GetDexCanonicalLocation()202 return base_location; in GetDexCanonicalLocation()
451 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods() local454 << " base_location=" << base_location in FetchAndCacheResolvedClassesAndMethods()455 << " found=" << (locations.find(base_location) != locations.end()) in FetchAndCacheResolvedClassesAndMethods()457 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()469 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods() local471 VLOG(profiler) << "Location " << base_location in FetchAndCacheResolvedClassesAndMethods()472 << " found=" << (locations.find(base_location) != locations.end()) in FetchAndCacheResolvedClassesAndMethods()474 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()483 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods() local484 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()[all …]
1964 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in GetProfiledMethods() local1965 if (!ContainsElement(dex_base_locations, base_location)) { in GetProfiledMethods()
832 std::string base_location = DexFileLoader::GetBaseLocation(dex->GetLocation()); in TEST_F() local834 std::string old_name = base_location + "-old" + multidex_suffix; in TEST_F()889 std::string base_location = DexFileLoader::GetBaseLocation(dex->GetLocation()); in TEST_F() local891 std::string old_name = base_location + "-old" + multidex_suffix; in TEST_F()