Home
last modified time | relevance | path

Searched refs:GetBaseLocation (Results 1 – 9 of 9) sorted by relevance

/art/libdexfile/dex/
Ddex_file_loader.h89 static std::string GetBaseLocation(const char* location) { in GetBaseLocation() function
94 static std::string GetBaseLocation(const std::string& location) { in GetBaseLocation() function
95 return GetBaseLocation(location.c_str()); in GetBaseLocation()
Ddex_file_loader_test.cc404 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()
Ddex_file_loader.cc187 std::string base_location = GetBaseLocation(dex_location); in GetDexCanonicalLocation()
/art/runtime/native/
Djava_lang_VMClassLoader.cc146 const std::string location(DexFileLoader::GetBaseLocation(dex_file->GetLocation())); in VMClassLoader_getBootClassPathEntries()
Ddalvik_system_DexFile.cc828 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == in DexFile_getDexFileOutputPaths()
/art/runtime/
Dclass_loader_context.cc585 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()
Doat_file_manager.cc109 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
/art/runtime/jit/
Djit_code_cache.cc1497 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in GetProfiledMethods()
1553 DexFileLoader::GetBaseLocation(class_dex_file->GetLocation()))) { in GetProfiledMethods()
Dprofile_saver.cc661 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in UpdateProfile()