Searched refs:GetBaseLocation (Results 1 – 9 of 9) 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()
404 EXPECT_EQ("/foo/bar/baz.jar", DexFileLoader::GetBaseLocation("/foo/bar/baz.jar")); in TEST()405 EXPECT_EQ("/foo/bar/baz.jar", DexFileLoader::GetBaseLocation("/foo/bar/baz.jar!classes2.dex")); in TEST()406 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()
828 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == in DexFile_getDexFileOutputPaths()
585 const std::string base_location(DexFileLoader::GetBaseLocation(path)); in EncodeClassPathContexts()682 DexFileLoader::GetBaseLocation(dex_file->GetLocation())).second; in EncodeContextInternal()691 std::string base_dex_location = DexFileLoader::GetBaseLocation(location); in EncodeContextInternal()1198 results.emplace(DexFileLoader::GetBaseLocation(dex_file->GetLocation()), in EncodeClassPathContextsForClassLoader()
109 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
1497 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in GetProfiledMethods()1553 DexFileLoader::GetBaseLocation(class_dex_file->GetLocation()))) { in GetProfiledMethods()
661 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in UpdateProfile()