Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dvendor_boot_img_utils.cpp92 [[nodiscard]] Result<void> CheckOffset(uint32_t old_offset, uint32_t new_offset) { in CheckOffset() argument
93 if (old_begin() + old_offset != old_cur()) in CheckOffset()
94 return Errorf("Old offset mismatch: expected: 0x{:x}, actual: 0x{:x}", old_offset, in CheckOffset()