Searched refs:GetDexCanonicalLocation (Results 1 – 5 of 5) sorted by relevance
302 TEST_F(ArtDexFileLoaderTest, GetDexCanonicalLocation) { in TEST_F() argument307 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location.c_str())); in TEST_F()309 ASSERT_EQ(multidex_location, DexFileLoader::GetDexCanonicalLocation(multidex_location.c_str())); in TEST_F()314 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location_sym.c_str())); in TEST_F()319 DexFileLoader::GetDexCanonicalLocation(multidex_location_sym.c_str())); in TEST_F()
84 static std::string GetDexCanonicalLocation(const char* dex_location);
185 std::string DexFileLoader::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation() function in art::DexFileLoader
485 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location.c_str()); in Setup()928 DexFileLoader::GetDexCanonicalLocation(dex_file_name.c_str()), in Setup()1612 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(location.c_str()); in Open()1953 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()1971 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()1981 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
527 canonical_locations.insert(DexFileLoader::GetDexCanonicalLocation(location.c_str())); in RemoveLocationsFromClassPaths()541 DexFileLoader::GetDexCanonicalLocation(location.c_str())); in RemoveLocationsFromClassPaths()