HomeSort by relevance Sort by last modified time
    Searched refs:restart_subprocesses (Results 1 - 5 of 5) sorted by null

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 269 void set_restart_subprocesses(bool restart_subprocesses);
270 bool restart_subprocesses() const;
cuttlefish_config.cpp 143 const char* kRestartSubprocesses = "restart_subprocesses";
698 bool CuttlefishConfig::restart_subprocesses() const { function in class:vsoc::CuttlefishConfig
702 void CuttlefishConfig::set_restart_subprocesses(bool restart_subprocesses) {
703 (*dictionary_)[kRestartSubprocesses] = restart_subprocesses;
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 80 if (config.restart_subprocesses()) {
main.cc 70 if (config.restart_subprocesses()) {
flags.cc 179 DEFINE_bool(restart_subprocesses, true, "Restart any crashed host process");

Completed in 219 milliseconds