Home
last modified time | relevance | path

Searched refs:new_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
96 if (new_begin() + new_offset != new_cur()) in CheckOffset()
97 return Errorf("New offset mismatch: expected: 0x{:x}, actual: 0x{:x}", new_offset, in CheckOffset()