Home
last modified time | relevance | path

Searched refs:boot_exit_code (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc56 RunnerExitCodes boot_exit_code = CF_EXPECT(ReadExitCode(monitor_socket)); in PowerwashCvdMain() local
57 CF_EXPECT(boot_exit_code != RunnerExitCodes::kVirtualDeviceBootFailed, in PowerwashCvdMain()
59 CF_EXPECT(boot_exit_code == RunnerExitCodes::kSuccess, in PowerwashCvdMain()
60 "Unknown response" << static_cast<int>(boot_exit_code)); in PowerwashCvdMain()
/device/google/cuttlefish/host/commands/restart_cvd/
Drestart_cvd.cc56 RunnerExitCodes boot_exit_code = CF_EXPECT(ReadExitCode(monitor_socket)); in RestartCvdMain() local
57 CF_EXPECT(boot_exit_code != RunnerExitCodes::kVirtualDeviceBootFailed, in RestartCvdMain()
59 CF_EXPECT(boot_exit_code == RunnerExitCodes::kSuccess, in RestartCvdMain()
60 "Unknown response" << static_cast<int>(boot_exit_code)); in RestartCvdMain()