Searched refs:GetDexCanonicalLocation (Results 1 – 4 of 4) sorted by relevance
359 TEST_F(DexFileTest, GetDexCanonicalLocation) { in TEST_F() argument364 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()
332 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()
892 static std::string GetDexCanonicalLocation(const char* dex_location);
968 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation() function in art::DexFile