Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc117 DEFINE_string(fuchsia_zedboot_path, CF_DEFAULTS_FUCHSIA_ZEDBOOT_PATH,
798 std::vector<std::string> fuchsia_zedboot_path = in DiskImageFlagsVectorization() local
932 if (instance_index >= fuchsia_zedboot_path.size()) { in DiskImageFlagsVectorization()
933 instance.set_fuchsia_zedboot_path(fuchsia_zedboot_path[0]); in DiskImageFlagsVectorization()
935 instance.set_fuchsia_zedboot_path(fuchsia_zedboot_path[instance_index]); in DiskImageFlagsVectorization()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp346 const std::string& fuchsia_zedboot_path) { in set_fuchsia_zedboot_path() argument
347 (*Dictionary())[kFuchsiaZedbootPath] = fuchsia_zedboot_path; in set_fuchsia_zedboot_path()
349 std::string CuttlefishConfig::InstanceSpecific::fuchsia_zedboot_path() const { in fuchsia_zedboot_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific
1465 const bool fuchsia_flow_used = !fuchsia_zedboot_path().empty() in boot_flow()
Dcuttlefish_config.h676 std::string fuchsia_zedboot_path() const;
893 void set_fuchsia_zedboot_path(const std::string& fuchsia_zedboot_path);
Ddata_image.cpp364 .Zedboot(instance.fuchsia_zedboot_path()) in BuildOSImage()