Home
last modified time | relevance | path

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

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