Searched refs:GetDexCanonicalLocation (Results 1 – 5 of 5) sorted by relevance
342 TEST_F(ArtDexFileLoaderTest, GetDexCanonicalLocation) { in TEST_F() argument347 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location.c_str())); in TEST_F()349 ASSERT_EQ(multidex_location, DexFileLoader::GetDexCanonicalLocation(multidex_location.c_str())); in TEST_F()354 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location_sym.c_str())); in TEST_F()359 DexFileLoader::GetDexCanonicalLocation(multidex_location_sym.c_str())); in TEST_F()
141 static std::string GetDexCanonicalLocation(const char* dex_location);
225 std::string DexFileLoader::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation() function in art::DexFileLoader
585 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location.c_str()); in Setup()1020 DexFileLoader::GetDexCanonicalLocation(dex_file_name.c_str()), in Setup()1776 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(location.c_str()); in Open()2140 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()2158 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
552 canonical_locations.insert(DexFileLoader::GetDexCanonicalLocation(location.c_str())); in RemoveLocationsFromClassPaths()566 DexFileLoader::GetDexCanonicalLocation(location.c_str())); in RemoveLocationsFromClassPaths()