Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.cc114 const bool restart_subprocesses, in MonitorLoop() argument
136 if (restart_subprocesses) { in MonitorLoop()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp83 instance_.restart_subprocesses()); in Run()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h696 bool restart_subprocesses() const;
934 void set_restart_subprocesses(bool restart_subprocesses);
Dcuttlefish_config_instance.cpp934 bool CuttlefishConfig::InstanceSpecific::restart_subprocesses() const { in restart_subprocesses() function in cuttlefish::CuttlefishConfig::InstanceSpecific
937 void CuttlefishConfig::MutableInstanceSpecific::set_restart_subprocesses(bool restart_subprocesses)… in set_restart_subprocesses() argument
938 (*Dictionary())[kRestartSubprocesses] = restart_subprocesses; in set_restart_subprocesses()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc365 DEFINE_vec(restart_subprocesses,
1347 restart_subprocesses)); in InitializeCuttlefishConfiguration()