Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc359 TEST_F(DexFileTest, GetDexCanonicalLocation) { in TEST_F() argument
364 ASSERT_EQ(dex_location, DexFile::GetDexCanonicalLocation(dex_location.c_str())); in TEST_F()
366 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location.c_str())); in TEST_F()
371 ASSERT_EQ(dex_location, DexFile::GetDexCanonicalLocation(dex_location_sym.c_str())); in TEST_F()
374 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location_sym.c_str())); in TEST_F()
Doat_file.cc332 std::string canonical_location = DexFile::GetDexCanonicalLocation(dex_file_location.c_str()); in Setup()
397 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
419 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
Ddex_file.h892 static std::string GetDexCanonicalLocation(const char* dex_location);
Ddex_file.cc968 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation() function in art::DexFile