Searched refs:IsMultiDexLocation (Results 1 – 8 of 8) sorted by relevance
137 return !DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str()); in VMClassLoader_getBootClassPathEntries()
80 if (!DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str())) {
3497 DCHECK(!DexFileLoader::IsMultiDexLocation(filename.c_str())); in AppendToBootClassPath()3500 DCHECK(!DexFileLoader::IsMultiDexLocation(location.c_str())); in AppendToBootClassPath()3513 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str()), in AppendToBootClassPath()3526 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str()), in AppendToBootClassPath()3541 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str()), in AppendToBootClassPath()3555 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str()), in AddExtraBootDexFiles()
692 bool is_multidex = DexFileLoader::IsMultiDexLocation(dex_file_location.c_str()); in Setup()
65 static bool IsMultiDexLocation(const char* location);
142 bool DexFileLoader::IsMultiDexLocation(const char* location) { in IsMultiDexLocation() function in art::DexFileLoader
3458 if (DexFileLoader::IsMultiDexLocation(oat_dex_file->GetDexFileLocation().c_str())) { in ValidateOatFile()3561 !DexFileLoader::IsMultiDexLocation(boot_class_path_tail.front()->GetLocation().c_str())); in GetBootClassPathChecksums()3563 if (!DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str())) { in GetBootClassPathChecksums()3670 CHECK(!DexFileLoader::IsMultiDexLocation(main_location.c_str())); in VerifyBootClassPathChecksums()3673 if (!DexFileLoader::IsMultiDexLocation( in VerifyBootClassPathChecksums()
1594 CHECK(!DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation().c_str())); in Setup()1597 DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation().c_str())) { in Setup()