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.cpp311 SharedFD SharedFD::SocketLocalServer(int port, int type) { in SocketLocalServer() function in cuttlefish::SharedFD
339 SharedFD SharedFD::SocketLocalServer(const std::string& name, bool abstract, in SocketLocalServer() function in cuttlefish::SharedFD
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp117 auto monitor_socket = cuttlefish::SharedFD::SocketLocalServer( in main()
/device/google/cuttlefish/common/libs/tcp_socket/
Dtcp_socket.cpp94 : fd_{SharedFD::SocketLocalServer(port, SOCK_STREAM)} { in ServerSocket()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dmain.cpp145 auto server = cuttlefish::SharedFD::SocketLocalServer(FLAGS_tcp_port, SOCK_STREAM); in TcpServer()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc491 auto launcher_monitor_socket = cuttlefish::SharedFD::SocketLocalServer( in main()
Dlaunch.cc71 cuttlefish::SharedFD::SocketLocalServer(path.c_str(), false, SOCK_STREAM, 0666); in CreateUnixInputServer()