Home
last modified time | relevance | path

Searched refs:new_vendor_boot_image (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dkernel_ramdisk_repacker.cpp127 instance.new_vendor_boot_image(); in RepackKernelRamdisk()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h710 std::string new_vendor_boot_image() const;
946 void set_new_vendor_boot_image(const std::string& new_vendor_boot_image);
Dcuttlefish_config_instance.cpp274 std::string CuttlefishConfig::InstanceSpecific::new_vendor_boot_image() const { in new_vendor_boot_image() function in cuttlefish::CuttlefishConfig::InstanceSpecific
278 const std::string& new_vendor_boot_image) { in set_new_vendor_boot_image() argument
279 (*Dictionary())[kNewVendorBootImage] = new_vendor_boot_image; in set_new_vendor_boot_image()
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc393 .image_file_path = AbsolutePath(instance.new_vendor_boot_image()), in android_composite_disk_config()
398 .image_file_path = AbsolutePath(instance.new_vendor_boot_image()), in android_composite_disk_config()