Searched refs:expected_offset (Results 1 – 2 of 2) sorted by relevance
2220 uint32_t expected_offset; in CheckIntraIdSection() local2226 expected_offset = header_->string_ids_off_; in CheckIntraIdSection()2230 expected_offset = header_->type_ids_off_; in CheckIntraIdSection()2234 expected_offset = header_->proto_ids_off_; in CheckIntraIdSection()2238 expected_offset = header_->field_ids_off_; in CheckIntraIdSection()2242 expected_offset = header_->method_ids_off_; in CheckIntraIdSection()2246 expected_offset = header_->class_defs_off_; in CheckIntraIdSection()2255 if (UNLIKELY(offset != expected_offset)) { in CheckIntraIdSection()2256 ErrorStringPrintf("Bad offset for section: got %zx, expected %x", offset, expected_offset); in CheckIntraIdSection()
3593 uint32_t expected_offset = oat_data_offset_ + oat_size_; in WriteDexLayoutSections() local3594 off_t actual_offset = oat_rodata->Seek(expected_offset, kSeekSet); in WriteDexLayoutSections()3595 if (static_cast<uint32_t>(actual_offset) != expected_offset) { in WriteDexLayoutSections()3597 << " Expected: " << expected_offset << " File: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()