Searched refs:copy_avb_footer (Results 1 – 2 of 2) sorted by relevance
197 [[nodiscard]] Result<void> copy_avb_footer(DataUpdater* updater) { in copy_avb_footer() function273 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()
1186 static void copy_avb_footer(const std::string& partition, struct fastboot_buffer* buf) { in copy_avb_footer() function1247 copy_avb_footer(partition, buf); in flash_buf()