Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dkernel_ramdisk_repacker.cpp74 const auto new_super_img = instance.new_super_image(); in RepackSuperAndVbmeta()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc315 .super_image_output = instance_config.new_super_image(), in GetRebuildPaths()
Ddisk_flags.cc457 auto super_image = instance.new_super_image(); in android_composite_disk_config()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h705 std::string new_super_image() const;
Dcuttlefish_config_instance.cpp250 std::string CuttlefishConfig::InstanceSpecific::new_super_image() const { in new_super_image() function in cuttlefish::CuttlefishConfig::InstanceSpecific