Home | History | Annotate | Download | only in runtime

Lines Matching defs:next_name

734     const char* next_name = next_name_str.c_str();
739 if ((i == 0) && (strcmp(next_name, dex_location) == 0)) {
747 } else if (!DexFile::GetChecksum(next_name, next_location_checksum_pointer, &error_msg)) {
752 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(next_name, nullptr, false);
783 << "dex_location=" << next_name << " oat_location=" << oat_file->GetLocation().c_str()