Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader.h61 static bool IsMultiDexLocation(const char* location);
Ddex_file_loader.cc171 bool DexFileLoader::IsMultiDexLocation(const char* location) { in IsMultiDexLocation() function in art::DexFileLoader
/art/runtime/gc/space/
Dimage_space.cc2158 if (DexFileLoader::IsMultiDexLocation(dex_file_location.c_str())) { in ValidateOatFile()
2306 !DexFileLoader::IsMultiDexLocation(boot_class_path_tail.front()->GetLocation().c_str())); in GetBootClassPathChecksums()
2308 if (!DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str())) { in GetBootClassPathChecksums()