Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h133 static SharedFD SocketLocalServer(const std::string& name, bool is_abstract,
135 static SharedFD SocketLocalServer(int port, int type);
Dshared_fd.cpp312 SharedFD SharedFD::SocketLocalServer(int port, int type) { in SocketLocalServer() function in cvd::SharedFD
340 SharedFD SharedFD::SocketLocalServer(const std::string& name, bool abstract, in SocketLocalServer() function in cvd::SharedFD
/device/google/cuttlefish/common/libs/tcp_socket/
Dtcp_socket.cpp95 : fd_{SharedFD::SocketLocalServer(port, SOCK_STREAM)} { in ServerSocket()
/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp202 auto socket = cvd::SharedFD::SocketLocalServer(console_socket_name.c_str(), in main()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dmain.cpp141 auto server = cvd::SharedFD::SocketLocalServer(FLAGS_tcp_port, SOCK_STREAM); in TcpServer()
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc70 auto server = cvd::SharedFD::SocketLocalServer(path.c_str(), false, SOCK_STREAM, 0666); in CreateUnixInputServer()
Dmain.cc379 auto launcher_monitor_socket = cvd::SharedFD::SocketLocalServer( in main()