Searched refs:AddHashFooter (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/host/commands/assemble_cvd/disk/ |
D | generate_persistent_bootconfig.cpp | 90 CF_EXPECT(avbtool->AddHashFooter(bootconfig_path, "bootconfig", in GeneratePersistentBootconfig()
|
/device/google/cuttlefish/host/libs/avb/ |
D | avb.h | 56 Result<void> AddHashFooter(const std::string& image_path,
|
D | avb.cpp | 80 Result<void> Avb::AddHashFooter(const std::string& image_path, in AddHashFooter() function in cuttlefish::Avb
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | boot_image_utils.cc | 316 CF_EXPECT(avb.AddHashFooter(tmp_boot_image_path, "boot", FileSize(boot_image_path))); in RepackBootImage() 318 CF_EXPECT(avb.AddHashFooter(tmp_boot_image_path, "boot", 0)); in RepackBootImage() 392 avbtool.AddHashFooter(tmp_vendor_boot_image_path, "vendor_boot", in RepackVendorBootImage()
|
D | boot_config.cc | 203 CF_EXPECT(avbtool->AddHashFooter(tmp_boot_env_image_path, "uboot_env", in PrepareBootEnvImage()
|