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.h239 void set_boot_slot(const std::string& boot_slot);
Dcuttlefish_config.cpp591 void CuttlefishConfig::set_boot_slot(const std::string& boot_slot) { in set_boot_slot() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc497 tmp_config_obj.set_boot_slot(FLAGS_boot_slot); in InitializeCuttlefishConfiguration()