Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/process_restarter/
Dparser.h34 bool when_exited_with_failure = false; member
Dparser.cc54 parser.when_exited_with_failure) in ConsumeAndParse()
Dmain.cc44 if (info.si_code == CLD_EXITED && parsed.when_exited_with_failure && in ShouldRestartProcess()