Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dvendor_boot_img_utils.cpp197 [[nodiscard]] Result<void> copy_avb_footer(DataUpdater* updater) { in copy_avb_footer() function
273 if (auto res = copy_avb_footer(&updater); !res.ok()) return res.error(); in replace_default_vendor_ramdisk()
401 if (auto res = copy_avb_footer(&updater); !res.ok()) return res.error(); in replace_vendor_ramdisk_fragment()
H A Dfastboot.cpp1186 static void copy_avb_footer(const std::string& partition, struct fastboot_buffer* buf) { in copy_avb_footer() function
1247 copy_avb_footer(partition, buf); in flash_buf()