Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dgenerate_persistent_bootconfig.cpp90 CF_EXPECT(avbtool->AddHashFooter(bootconfig_path, "bootconfig", in GeneratePersistentBootconfig()
/device/google/cuttlefish/host/libs/avb/
Davb.h56 Result<void> AddHashFooter(const std::string& image_path,
Davb.cpp80 Result<void> Avb::AddHashFooter(const std::string& image_path, in AddHashFooter() function in cuttlefish::Avb
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc316 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()
Dboot_config.cc203 CF_EXPECT(avbtool->AddHashFooter(tmp_boot_env_image_path, "uboot_env", in PrepareBootEnvImage()