Searched refs:IsMultiDexLocation (Results 1 – 7 of 7) sorted by relevance
66 static bool IsMultiDexLocation(std::string_view location);107 bool is_primary_dex = !IsMultiDexLocation(dex_file->GetLocation()); in GetMultiDexChecksum()
141 bool DexFileLoader::IsMultiDexLocation(std::string_view location) { in IsMultiDexLocation() function in art::DexFileLoader150 DCHECK(!IsMultiDexLocation(dex_location)); in GetMultiDexLocation()
140 return !DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()); in VMClassLoader_getBootClassPathEntries()
3445 DCHECK(!DexFileLoader::IsMultiDexLocation(filename)); in AppendToBootClassPath()3448 DCHECK(!DexFileLoader::IsMultiDexLocation(location)); in AppendToBootClassPath()3461 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AppendToBootClassPath()3474 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AppendToBootClassPath()3489 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AppendToBootClassPath()3503 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AddExtraBootDexFiles()
3492 if (DexFileLoader::IsMultiDexLocation(oat_dex_files[i]->GetDexFileLocation())) { in ValidateOatFile()3568 !DexFileLoader::IsMultiDexLocation(boot_class_path_tail.front()->GetLocation())); in GetBootClassPathChecksums()3676 CHECK(!DexFileLoader::IsMultiDexLocation(main_location)); in VerifyBootClassPathChecksums()3679 if (!DexFileLoader::IsMultiDexLocation( in VerifyBootClassPathChecksums()
1573 CHECK(!DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation())); in Setup()1576 DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation())) { in Setup()
822 bool is_multidex = DexFileLoader::IsMultiDexLocation(dex_file_location); in Setup()