Home
last modified time | relevance | path

Searched refs:IsMultiDexLocation (Results 1 – 5 of 5) 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.cc3277 if (DexFileLoader::IsMultiDexLocation(dex_file_location.c_str())) { in ValidateOatFile()
3374 !DexFileLoader::IsMultiDexLocation(boot_class_path_tail.front()->GetLocation().c_str())); in GetBootClassPathChecksums()
3376 if (!DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str())) { in GetBootClassPathChecksums()
3571 CHECK(!DexFileLoader::IsMultiDexLocation(main_location.c_str())); in VerifyBootClassPathChecksums()
3574 if (DexFileLoader::IsMultiDexLocation( in VerifyBootClassPathChecksums()
/art/dex2oat/
Ddex2oat.cc1539 CHECK(!DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation().c_str())); in Setup()
1542 DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation().c_str())) { in Setup()
/art/runtime/
Doat_file.cc686 bool is_multidex = DexFileLoader::IsMultiDexLocation(dex_file_location.c_str()); in Setup()