Searched refs:IsMultiDexLocation (Results 1 – 15 of 15) sorted by relevance
65 static bool IsMultiDexLocation(std::string_view location);97 bool is_primary_dex = !IsMultiDexLocation(dex_file->GetLocation()); in GetMultiDexChecksum()
66 static bool IsMultiDexLocation(std::string_view location);107 bool is_primary_dex = !IsMultiDexLocation(dex_file->GetLocation()); in GetMultiDexChecksum()
148 bool DexFileLoader::IsMultiDexLocation(std::string_view location) { in IsMultiDexLocation() function in art::DexFileLoader157 DCHECK(!IsMultiDexLocation(dex_location)); in GetMultiDexLocation()
61 static bool IsMultiDexLocation(const char* location);
140 return !DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()); in VMClassLoader_getBootClassPathEntries()
3434 DCHECK(!DexFileLoader::IsMultiDexLocation(filename)); in AppendToBootClassPath()3437 DCHECK(!DexFileLoader::IsMultiDexLocation(location)); in AppendToBootClassPath()3450 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AppendToBootClassPath()3463 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AppendToBootClassPath()3478 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AppendToBootClassPath()3492 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AddExtraBootDexFiles()
65 static bool IsMultiDexLocation(const char* location);
3486 if (DexFileLoader::IsMultiDexLocation(oat_dex_files[i]->GetDexFileLocation())) { in ValidateOatFile()3562 !DexFileLoader::IsMultiDexLocation(boot_class_path_tail.front()->GetLocation())); in GetBootClassPathChecksums()3670 CHECK(!DexFileLoader::IsMultiDexLocation(main_location)); in VerifyBootClassPathChecksums()3673 if (!DexFileLoader::IsMultiDexLocation( in VerifyBootClassPathChecksums()
1578 CHECK(!DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation())); in Setup()1581 DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation())) { in Setup()
731 bool is_multidex = DexFileLoader::IsMultiDexLocation(dex_file_location); in Setup()
6851 "function_name" : "art::DexFileLoader::IsMultiDexLocation",