Searched refs:SocketLocalServer (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 133 static SharedFD SocketLocalServer(const std::string& name, bool is_abstract, 135 static SharedFD SocketLocalServer(int port, int type);
|
D | shared_fd.cpp | 311 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/ |
D | main.cpp | 117 auto monitor_socket = cuttlefish::SharedFD::SocketLocalServer( in main()
|
/device/google/cuttlefish/common/libs/tcp_socket/ |
D | tcp_socket.cpp | 94 : fd_{SharedFD::SocketLocalServer(port, SOCK_STREAM)} { in ServerSocket()
|
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | main.cpp | 145 auto server = cuttlefish::SharedFD::SocketLocalServer(FLAGS_tcp_port, SOCK_STREAM); in TcpServer()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | main.cc | 491 auto launcher_monitor_socket = cuttlefish::SharedFD::SocketLocalServer( in main()
|
D | launch.cc | 71 cuttlefish::SharedFD::SocketLocalServer(path.c_str(), false, SOCK_STREAM, 0666); in CreateUnixInputServer()
|