Home
last modified time | relevance | path

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

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