Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc360 TEST_F(DexFileTest, GetMultiDexLocation) { in TEST_F() argument
Ddex_file.cc1097 std::string DexFile::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation() function in art::DexFile