Searched refs:CheckAdvance (Results 1 – 1 of 1) sorted by relevance
/system/core/fastboot/ |
D | vendor_boot_img_utils.cpp | 41 if (auto res = CheckAdvance(old_data_ptr_, old_end(), num_bytes, __FUNCTION__); !res.ok()) in Copy() 43 if (auto res = CheckAdvance(new_data_ptr_, new_end(), num_bytes, __FUNCTION__); !res.ok()) in Copy() 56 if (auto res = CheckAdvance(old_data_ptr_, old_end(), old_num_bytes, __FUNCTION__); in Replace() 62 if (auto res = CheckAdvance(new_data_ptr_, new_end(), new_data_size, __FUNCTION__); in Replace() 71 if (auto res = CheckAdvance(old_data_ptr_, old_end(), old_skip, __FUNCTION__); !res.ok()) in Skip() 74 if (auto res = CheckAdvance(new_data_ptr_, new_end(), new_skip, __FUNCTION__); !res.ok()) in Skip() 112 [[nodiscard]] Result<void> CheckAdvance(const char* current, const char* end, in CheckAdvance() function in __anoncbb7987a0111::DataUpdater
|