Searched refs:fuchsia_zedboot_path (Results 1 – 4 of 4) sorted by relevance
117 DEFINE_string(fuchsia_zedboot_path, CF_DEFAULTS_FUCHSIA_ZEDBOOT_PATH,798 std::vector<std::string> fuchsia_zedboot_path = in DiskImageFlagsVectorization() local932 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()
346 const std::string& fuchsia_zedboot_path) { in set_fuchsia_zedboot_path() argument347 (*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::InstanceSpecific1465 const bool fuchsia_flow_used = !fuchsia_zedboot_path().empty() in boot_flow()
676 std::string fuchsia_zedboot_path() const;893 void set_fuchsia_zedboot_path(const std::string& fuchsia_zedboot_path);
364 .Zedboot(instance.fuchsia_zedboot_path()) in BuildOSImage()