Home
last modified time | relevance | path

Searched refs:GetBaseLocation (Results 1 – 10 of 10) 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_cache_resolved_classes.h62 const std::string& GetBaseLocation() const { in GetBaseLocation() function
Ddex_file_loader_test.cc414 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()
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()
/art/runtime/jit/
Dprofile_saver.cc451 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()
/art/runtime/
Dclass_loader_context.cc622 DexFileLoader::GetBaseLocation(dex_file->GetLocation())).second; in EncodeContextInternal()
630 std::string base_dex_location = DexFileLoader::GetBaseLocation(location); in EncodeContextInternal()
Doat_file_manager.cc104 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
Doat_file.cc1502 std::string target_suffix = "/" + DexFileLoader::GetBaseLocation(rel_dex_location); in IsLocationSuffix()
/art/profman/
Dprofman.cc986 DexFileLoader::GetBaseLocation(dex_file->GetLocation()), in ProcessLine()