Searched refs:SocketLocalServer (Results 1 – 10 of 10) sorted by relevance
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 174 static SharedFD SocketLocalServer(const std::string& name, bool is_abstract, 176 static SharedFD SocketLocalServer(int port, int type);
|
D | shared_fd.cpp | 623 SharedFD SharedFD::SocketLocalServer(int port, int type) { in SocketLocalServer() function in cuttlefish::SharedFD 651 SharedFD SharedFD::SocketLocalServer(const std::string& name, bool abstract, in SocketLocalServer() function in cuttlefish::SharedFD 710 return SharedFD::SocketLocalServer( in VsockServer()
|
/device/google/cuttlefish/host/commands/run_cvd/launch/ |
D | streamer.cpp | 44 SharedFD::SocketLocalServer(path.c_str(), false, SOCK_STREAM, 0666); in CreateUnixInputServer() 159 SharedFD::SocketLocalServer(path, false, SOCK_SEQPACKET, 0666); in ResultSetup()
|
D | snapshot_control_files.cpp | 28 SharedFD::SocketLocalServer(confui_socket_path, false, SOCK_STREAM, 0600); in Create()
|
/device/google/cuttlefish/host/frontend/operator_proxy/ |
D | main.cpp | 43 cuttlefish::SharedFD::SocketLocalServer(FLAGS_server_port, SOCK_STREAM); in main()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | confui_sign_server.cpp | 46 server_fd_ = SharedFD::SocketLocalServer(server_socket_path_, false, in MainLoop()
|
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | server.cpp | 50 server = SharedFD::SocketLocalServer(port_, SOCK_STREAM); in Start()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | main.cpp | 121 auto monitor_socket = SharedFD::SocketLocalServer(monitor_socket_name.c_str(), in ModemSimulatorMain()
|
/device/google/cuttlefish/common/libs/utils/ |
D | tcp_socket.cpp | 98 : fd_{SharedFD::SocketLocalServer(port, SOCK_STREAM)} { in ServerSocket()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | server_loop_impl.cpp | 138 server_ = SharedFD::SocketLocalServer(launcher_monitor_path.c_str(), false, in ResultSetup()
|