Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc491 auto launcher_monitor_socket = cuttlefish::SharedFD::SocketLocalServer( in main() local
493 if (!launcher_monitor_socket->IsOpen()) { in main()
495 << launcher_monitor_socket->StrError(); in main()
568 ServerLoop(launcher_monitor_socket, &process_monitor); // Should not return in main()