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.cc302 TEST_F(ArtDexFileLoaderTest, GetDexCanonicalLocation) { in TEST_F() argument
307 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location.c_str())); in TEST_F()
309 ASSERT_EQ(multidex_location, DexFileLoader::GetDexCanonicalLocation(multidex_location.c_str())); in TEST_F()
314 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location_sym.c_str())); in TEST_F()
319 DexFileLoader::GetDexCanonicalLocation(multidex_location_sym.c_str())); in TEST_F()
Ddex_file_loader.h84 static std::string GetDexCanonicalLocation(const char* dex_location);
Ddex_file_loader.cc185 std::string DexFileLoader::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation() function in art::DexFileLoader
/art/runtime/
Doat_file.cc534 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location.c_str()); in Setup()
985 DexFileLoader::GetDexCanonicalLocation(dex_file_name.c_str()), in Setup()
1692 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(location.c_str()); in Open()
2039 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
2057 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
2067 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
Dclass_loader_context.cc527 canonical_locations.insert(DexFileLoader::GetDexCanonicalLocation(location.c_str())); in RemoveLocationsFromClassPaths()
541 DexFileLoader::GetDexCanonicalLocation(location.c_str())); in RemoveLocationsFromClassPaths()