Home
last modified time | relevance | path

Searched refs:next_name (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc750 const char* next_name = next_name_str.c_str(); in LoadMultiDexFilesFromOatFile() local
755 if ((i == 0) && (strcmp(next_name, dex_location) == 0)) { in LoadMultiDexFilesFromOatFile()
763 } else if (!DexFile::GetChecksum(next_name, next_location_checksum_pointer, &error_msg)) { in LoadMultiDexFilesFromOatFile()
768 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(next_name, nullptr, false); in LoadMultiDexFilesFromOatFile()
799 << "dex_location=" << next_name << " oat_location=" << oat_file->GetLocation().c_str() in LoadMultiDexFilesFromOatFile()