Searched refs:base_location (Results 1 – 3 of 3) 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 …]