Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc369 TEST_F(DexFileTest, GetDexCanonicalLocation) { in TEST_F() argument
374 ASSERT_EQ(dex_location, DexFile::GetDexCanonicalLocation(dex_location.c_str())); in TEST_F()
376 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location.c_str())); in TEST_F()
381 ASSERT_EQ(dex_location, DexFile::GetDexCanonicalLocation(dex_location_sym.c_str())); in TEST_F()
384 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location_sym.c_str())); in TEST_F()
Doat_file.cc484 std::string canonical_location = DexFile::GetDexCanonicalLocation(dex_file_location.c_str()); in Setup()
557 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
579 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
807 if (DexFile::GetChecksum(DexFile::GetDexCanonicalLocation(location.c_str()).c_str(), in CheckStaticDexFileDependencies()
Ddex_file.h916 static std::string GetDexCanonicalLocation(const char* dex_location);
Ddex_file.cc1031 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation() function in art::DexFile
/art/dex2oat/
Ddex2oat.cc1653 std::string canonical_location(DexFile::GetDexCanonicalLocation(location.c_str())); in DexFilesContains()
1655 if (DexFile::GetDexCanonicalLocation(dex_files[i]->GetLocation().c_str()) == in DexFilesContains()
/art/runtime/interpreter/
Dunstarted_runtime.cc662 std::string canonical(DexFile::GetDexCanonicalLocation(path[0]->GetLocation().c_str())); in UnstartedSecurityGetSecurityPropertiesReader()