Searched refs:check_vendor_boot_hdr (Results 1 – 1 of 1) sorted by relevance
137 [[nodiscard]] Result<void> check_vendor_boot_hdr(const std::string& content, uint32_t version) { in check_vendor_boot_hdr() function209 if (auto res = check_vendor_boot_hdr(vendor_boot, 3); !res.ok()) return res.error(); in replace_default_vendor_ramdisk()303 if (auto res = check_vendor_boot_hdr(vendor_boot, 4); !res.ok()) return res.error(); in replace_vendor_ramdisk_fragment()