Home
last modified time | relevance | path

Searched refs:set_boot_slot (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h241 void set_boot_slot(const std::string& boot_slot);
Dcuttlefish_config.cpp780 void CuttlefishConfig::set_boot_slot(const std::string& boot_slot) { in set_boot_slot() function in vsoc::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc395 tmp_config_obj.set_boot_slot(FLAGS_boot_slot); in InitializeCuttlefishConfiguration()