Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dconfig_constants.h32 inline constexpr char kBootFailedMessage[] = "VIRTUAL_DEVICE_BOOT_FAILED"; variable
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc57 {cuttlefish::kBootFailedMessage, Event::BootFailed, kPrefix},
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc86 LOG(INFO) << kBootFailedMessage; in DaemonizeLauncher()