Home
last modified time | relevance | path

Searched refs:ReadExitCode (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/command_util/
Dutil.h27 Result<RunnerExitCodes> ReadExitCode(SharedFD monitor_socket);
Dutil.cc65 Result<RunnerExitCodes> ReadExitCode(SharedFD monitor_socket) { in ReadExitCode() function
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc56 RunnerExitCodes boot_exit_code = CF_EXPECT(ReadExitCode(monitor_socket)); in PowerwashCvdMain()
/device/google/cuttlefish/host/commands/restart_cvd/
Drestart_cvd.cc56 RunnerExitCodes boot_exit_code = CF_EXPECT(ReadExitCode(monitor_socket)); in RestartCvdMain()