Home
last modified time | relevance | path

Searched refs:boot_image_path (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc165 bool GetAvbMetadataFromBootImage(const std::string& boot_image_path, in GetAvbMetadataFromBootImage() argument
169 avbtool->WriteInfoImage(boot_image_path, unpack_dir + "/boot_params"); in GetAvbMetadataFromBootImage()
177 bool UnpackBootImage(const std::string& boot_image_path, in UnpackBootImage() argument
182 unpack_cmd.AddParameter(boot_image_path); in UnpackBootImage()
253 const std::string& boot_image_path, in RepackBootImage() argument
256 CF_EXPECT(UnpackBootImage(boot_image_path, build_dir)); in RepackBootImage()
278 CF_EXPECT(avb.AddHashFooter(tmp_boot_image_path, "boot", FileSize(boot_image_path))); in RepackBootImage()
448 const std::string& boot_image_path) { in ReadAndroidVersionFromBootImage() argument
456 bool unpack_status = GetAvbMetadataFromBootImage(boot_image_path, unpack_dir); in ReadAndroidVersionFromBootImage()
459 return CF_ERR("\"" + boot_image_path + "\" boot image unpack into \"" + in ReadAndroidVersionFromBootImage()
[all …]
Dboot_image_utils.h28 const std::string& boot_image_path,
40 bool UnpackBootImage(const std::string& boot_image_path,
49 const std::string& boot_image_path);