Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc498 cuttlefish::SharedFD foreground_launcher_pipe; in main() local
500 foreground_launcher_pipe = DaemonizeLauncher(*config); in main()
501 if (!foreground_launcher_pipe->IsOpen()) { in main()
517 std::make_shared<CvdBootStateMachine>(foreground_launcher_pipe); in main()