Home
last modified time | relevance | path

Searched refs:GetDexCanonicalLocation (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc342 TEST_F(ArtDexFileLoaderTest, GetDexCanonicalLocation) { in TEST_F() argument
347 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location.c_str())); in TEST_F()
349 ASSERT_EQ(multidex_location, DexFileLoader::GetDexCanonicalLocation(multidex_location.c_str())); in TEST_F()
354 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location_sym.c_str())); in TEST_F()
359 DexFileLoader::GetDexCanonicalLocation(multidex_location_sym.c_str())); in TEST_F()
Ddex_file_loader.h141 static std::string GetDexCanonicalLocation(const char* dex_location);
Ddex_file_loader.cc225 std::string DexFileLoader::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation() function in art::DexFileLoader
/art/runtime/oat/
Doat_file.cc585 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location.c_str()); in Setup()
1020 DexFileLoader::GetDexCanonicalLocation(dex_file_name.c_str()), in Setup()
1776 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(location.c_str()); in Open()
2140 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
2158 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
/art/runtime/
Dclass_loader_context.cc552 canonical_locations.insert(DexFileLoader::GetDexCanonicalLocation(location.c_str())); in RemoveLocationsFromClassPaths()
566 DexFileLoader::GetDexCanonicalLocation(location.c_str())); in RemoveLocationsFromClassPaths()