Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h251 void set_guest_force_normal_boot(bool guest_force_normal_boot);
Dcuttlefish_config.cpp724 void CuttlefishConfig::set_guest_force_normal_boot(bool guest_force_normal_boot) { in set_guest_force_normal_boot() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc347 tmp_config_obj.set_guest_force_normal_boot(FLAGS_guest_force_normal_boot); in InitializeCuttlefishConfiguration()