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

/art/runtime/
H A Ddex_file_test.cc542 TEST_F(DexFileTest, GetDexCanonicalLocation) {
547 ASSERT_EQ(dex_location, DexFile::GetDexCanonicalLocation(dex_location.c_str()));
549 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location.c_str()));
554 ASSERT_EQ(dex_location, DexFile::GetDexCanonicalLocation(dex_location_sym.c_str()));
557 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location_sym.c_str()));
H A Doat_file.cc563 std::string canonical_location = DexFile::GetDexCanonicalLocation(dex_file_location.c_str());
1240 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location);
1258 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location);
1268 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location);
H A Ddex_file.h1078 static std::string GetDexCanonicalLocation(const char* dex_location);
H A Ddex_file.cc1218 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { function in class:art::DexFile
/art/dex2oat/
H A Ddex2oat.cc2191 dex_files_canonical_locations.push_back(DexFile::GetDexCanonicalLocation(location));
2200 DexFile::GetDexCanonicalLocation(location.c_str()));

Completed in 62 milliseconds