Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc212 SharedFD boot_events_pipe = kernel_log_pipe_provider_.KernelLogPipe(); in ResultSetup() local
213 CF_EXPECTF(boot_events_pipe->IsOpen(), "Could not get boot events pipe: {}", in ResultSetup()
214 boot_events_pipe->StrError()); in ResultSetup()
283 std::thread([this, boot_events_pipe, restore_complete_pipe]() { in ResultSetup()
284 ThreadLoop(boot_events_pipe, restore_complete_pipe); in ResultSetup()
290 void ThreadLoop(SharedFD boot_events_pipe, SharedFD restore_complete_pipe) { in ThreadLoop() argument
294 .fd = boot_events_pipe, in ThreadLoop()
326 auto sent_code = OnBootEvtReceived(boot_events_pipe); in ThreadLoop()
370 bool OnBootEvtReceived(SharedFD boot_events_pipe) { in OnBootEvtReceived() argument
372 monitor::ReadEvent(boot_events_pipe); in OnBootEvtReceived()