Searched refs:GetBaseLocation (Results 1 – 10 of 10) sorted by relevance
89 static std::string GetBaseLocation(const char* location) { in GetBaseLocation() function94 static std::string GetBaseLocation(const std::string& location) { in GetBaseLocation() function95 return GetBaseLocation(location.c_str()); in GetBaseLocation()
62 const std::string& GetBaseLocation() const { in GetBaseLocation() function
414 EXPECT_EQ("/foo/bar/baz.jar", DexFileLoader::GetBaseLocation("/foo/bar/baz.jar")); in TEST()415 EXPECT_EQ("/foo/bar/baz.jar", DexFileLoader::GetBaseLocation("/foo/bar/baz.jar!classes2.dex")); in TEST()416 EXPECT_EQ("/foo/bar/baz.jar", DexFileLoader::GetBaseLocation("/foo/bar/baz.jar!classes8.dex")); in TEST()
187 std::string base_location = GetBaseLocation(dex_location); in GetDexCanonicalLocation()
146 const std::string location(DexFileLoader::GetBaseLocation(dex_file->GetLocation())); in VMClassLoader_getBootClassPathEntries()
451 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods()469 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods()483 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods()
622 DexFileLoader::GetBaseLocation(dex_file->GetLocation())).second; in EncodeContextInternal()630 std::string base_dex_location = DexFileLoader::GetBaseLocation(location); in EncodeContextInternal()
104 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
1502 std::string target_suffix = "/" + DexFileLoader::GetBaseLocation(rel_dex_location); in IsLocationSuffix()
986 DexFileLoader::GetBaseLocation(dex_file->GetLocation()), in ProcessLine()