Home
last modified time | relevance | path

Searched refs:WriteInfoImage (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/avb/
Davb.h59 Result<void> WriteInfoImage(const std::string& image_path,
Davb.cpp101 Result<void> Avb::WriteInfoImage(const std::string& image_path, in WriteInfoImage() function in cuttlefish::Avb
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc197 avbtool->WriteInfoImage(boot_image_path, unpack_dir + "/boot_params"); in GetAvbMetadataFromBootImage()