Home
last modified time | relevance | path

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

/system/core/fastboot/
Dvendor_boot_img_utils.cpp194 [[nodiscard]] Result<void> copy_avb_footer(DataUpdater* updater) { in copy_avb_footer() function
269 if (auto res = copy_avb_footer(&updater); !res.ok()) return res.error(); in replace_default_vendor_ramdisk()
391 if (auto res = copy_avb_footer(&updater); !res.ok()) return res.error(); in replace_vendor_ramdisk_fragment()