Home
last modified time | relevance | path

Searched refs:IsMultiDexLocation (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddex_file.h438 static bool IsMultiDexLocation(const char* location);
Ddex_file.cc1198 bool DexFile::IsMultiDexLocation(const char* location) { in IsMultiDexLocation() function in art::DexFile
/art/runtime/gc/space/
Dimage_space.cc1799 if (DexFile::IsMultiDexLocation(dex_file_location.c_str())) { in ValidateOatFile()