Home
last modified time | relevance | path

Searched defs:boot_image_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc193 bool GetAvbMetadataFromBootImage(const std::string& boot_image_path, in GetAvbMetadataFromBootImage()
205 Result<void> UnpackBootImage(const std::string& boot_image_path, in UnpackBootImage()
290 const std::string& boot_image_path, in RepackBootImage()
485 const std::string& temp_dir_parent, const std::string& boot_image_path) { in ReadAndroidVersionFromBootImage()
/aosp_15_r20/tools/acloud/internal/lib/
H A Dgoldfish_utils.py76 def _UnpackBootImage(output_dir, boot_image_path, ota): argument
121 def MixWithBootImage(output_dir, image_dir, boot_image_path, ota): argument
/aosp_15_r20/tools/acloud/public/actions/
H A Dremote_host_gf_device_factory.py662 def _MixAndUploadKernelImages(self, image_dir, boot_image_path, ota): argument