Searched refs:IsMultiDexLocation (Results 1 – 5 of 5) sorted by relevance
61 static bool IsMultiDexLocation(const char* location);
171 bool DexFileLoader::IsMultiDexLocation(const char* location) { in IsMultiDexLocation() function in art::DexFileLoader
3277 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()
1539 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()
686 bool is_multidex = DexFileLoader::IsMultiDexLocation(dex_file_location.c_str()); in Setup()