Home
last modified time | relevance | path

Searched defs:exit_code (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc136 RunnerExitCodes exit_code; in PowerwashCvdMain() local
/device/google/cuttlefish/host/commands/restart_cvd/
Drestart_cvd.cc137 RunnerExitCodes exit_code; in RestartCvdMain() local
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc87 void CvdBootStateMachine::SendExitCode(RunnerExitCodes exit_code, SharedFD fd) { in SendExitCode()
Dmain.cc88 RunnerExitCodes exit_code; in DaemonizeLauncher() local
/device/google/cuttlefish/host/commands/stop_cvd/
Dmain.cc132 auto exit_code = 1; // Having to fallback is an error in FallBackStop() local
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp7911 DWORD exit_code = STILL_ACTIVE; in Wait() local
7980 void Subprocess::KillAndWaitForTermination(int exit_code) { in KillAndWaitForTermination()