Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc240 cuttlefish::SharedFD restore_adbd_pipe = cuttlefish::SharedFD::Open( in ResultSetup() local
243 CHECK(restore_adbd_pipe->IsOpen()) in ResultSetup()
245 << restore_adbd_pipe->StrError(); in ResultSetup()
246 CHECK(cuttlefish::WriteAll(restore_adbd_pipe, "2") == 1) in ResultSetup()
248 << restore_adbd_pipe->StrError() << ". This is unrecoverable."; in ResultSetup()