Searched refs:GetDexCanonicalLocation (Results 1 – 6 of 6) sorted by relevance
369 TEST_F(DexFileTest, GetDexCanonicalLocation) { in TEST_F() argument374 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()
484 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()
916 static std::string GetDexCanonicalLocation(const char* dex_location);
1031 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation() function in art::DexFile
1653 std::string canonical_location(DexFile::GetDexCanonicalLocation(location.c_str())); in DexFilesContains()1655 if (DexFile::GetDexCanonicalLocation(dex_files[i]->GetLocation().c_str()) == in DexFilesContains()
662 std::string canonical(DexFile::GetDexCanonicalLocation(path[0]->GetLocation().c_str())); in UnstartedSecurityGetSecurityPropertiesReader()