Home
last modified time | relevance | path

Searched refs:kVirtualDeviceBootFailed (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc70 } else if (exit_code == RunnerExitCodes::kVirtualDeviceBootFailed) { in DaemonizeLauncher()
405 SendExitCode(RunnerExitCodes::kVirtualDeviceBootFailed, fd); in MaybeWriteNotification()
Dserver_loop_impl.cpp214 std::exit(RunnerExitCodes::kVirtualDeviceBootFailed); in HandleActionWithNoData()
/device/google/cuttlefish/host/libs/command_util/runner/
Ddefs.h37 kVirtualDeviceBootFailed = 11, enumerator
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc57 CF_EXPECT(boot_exit_code != RunnerExitCodes::kVirtualDeviceBootFailed, in PowerwashCvdMain()
/device/google/cuttlefish/host/commands/restart_cvd/
Drestart_cvd.cc57 CF_EXPECT(boot_exit_code != RunnerExitCodes::kVirtualDeviceBootFailed, in RestartCvdMain()