Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dkernel_args.cc68 if (config.boot_slot().empty()) { in KernelCommandLineFromConfig()
71 slot_suffix = "_" + config.boot_slot(); in KernelCommandLineFromConfig()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h241 void set_boot_slot(const std::string& boot_slot);
242 std::string boot_slot() const;
Dcuttlefish_config.cpp780 void CuttlefishConfig::set_boot_slot(const std::string& boot_slot) { in set_boot_slot() argument
781 (*dictionary_)[kBootSlot] = boot_slot; in set_boot_slot()
784 std::string CuttlefishConfig::boot_slot() const { in boot_slot() function in vsoc::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc179 DEFINE_string(boot_slot, "", "Force booting into the given slot. If empty, "