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

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

Completed in 270 milliseconds