Lines Matching defs:expected_offset
517 uint32_t expected_offset = file_offset + oat_dex_files_[i]->dex_file_offset_;
518 off_t actual_offset = out.Seek(expected_offset, kSeekSet);
519 if (static_cast<uint32_t>(actual_offset) != expected_offset) {
522 << " Expected: " << expected_offset << " File: " << dex_file->GetLocation();
681 uint32_t expected_offset = file_offset + aligned_offset;
682 if (static_cast<uint32_t>(new_offset) != expected_offset) {
684 << " Expected: " << expected_offset << " File: " << out.GetLocation();