Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dkernel_args.cpp82 if (config.guest_force_normal_boot()) { in KernelCommandLineFromConfig()
Dcuttlefish_config.h251 void set_guest_force_normal_boot(bool guest_force_normal_boot);
252 bool guest_force_normal_boot() const;
Dcuttlefish_config.cpp724 void CuttlefishConfig::set_guest_force_normal_boot(bool guest_force_normal_boot) { in set_guest_force_normal_boot() argument
725 (*dictionary_)[kGuestForceNormalBoot] = guest_force_normal_boot; in set_guest_force_normal_boot()
727 bool CuttlefishConfig::guest_force_normal_boot() const { in guest_force_normal_boot() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc72 DEFINE_bool(guest_force_normal_boot, true,