Home
last modified time | relevance | path

Searched defs:GetDexCanonicalLocation (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_file_loader.cc156 std::string DexFileLoader::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation() function in art::DexFileLoader
Dart_dex_file_loader_test.cc355 TEST_F(ArtDexFileLoaderTest, GetDexCanonicalLocation) { in TEST_F() argument