Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/process_restarter/
Dparser.h39 std::int32_t when_exited_with_code = -1; member
Dparser.cc57 GflagsCompatFlag("when_exited_with_code", parser.when_exited_with_code) in ConsumeAndParse()
Dmain.cc49 info.si_status == parsed.when_exited_with_code) { in ShouldRestartProcess()