Home
last modified time | relevance | path

Searched refs:restart_subprocesses (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h203 void set_restart_subprocesses(bool restart_subprocesses);
204 bool restart_subprocesses() const;
Dcuttlefish_config.cpp478 bool CuttlefishConfig::restart_subprocesses() const { in restart_subprocesses() function in cuttlefish::CuttlefishConfig
482 void CuttlefishConfig::set_restart_subprocesses(bool restart_subprocesses) { in set_restart_subprocesses() argument
483 (*dictionary_)[kRestartSubprocesses] = restart_subprocesses; in set_restart_subprocesses()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc70 if (config.restart_subprocesses()) { in GetOnSubprocessExitCallback()
Dlaunch.cc62 if (config.restart_subprocesses()) { in GetOnSubprocessExitCallback()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc219 DEFINE_bool(restart_subprocesses, true, "Restart any crashed host process");