Searched refs:boot_slot (Results 1 – 4 of 4) sorted by relevance
68 if (config.boot_slot().empty()) { in KernelCommandLineFromConfig()71 slot_suffix = "_" + config.boot_slot(); in KernelCommandLineFromConfig()
241 void set_boot_slot(const std::string& boot_slot);242 std::string boot_slot() const;
780 void CuttlefishConfig::set_boot_slot(const std::string& boot_slot) { in set_boot_slot() argument781 (*dictionary_)[kBootSlot] = boot_slot; in set_boot_slot()784 std::string CuttlefishConfig::boot_slot() const { in boot_slot() function in vsoc::CuttlefishConfig
179 DEFINE_string(boot_slot, "", "Force booting into the given slot. If empty, "