Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h174 static SharedFD SocketLocalServer(const std::string& name, bool is_abstract,
176 static SharedFD SocketLocalServer(int port, int type);
Dshared_fd.cpp623 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/
Dstreamer.cpp44 SharedFD::SocketLocalServer(path.c_str(), false, SOCK_STREAM, 0666); in CreateUnixInputServer()
159 SharedFD::SocketLocalServer(path, false, SOCK_SEQPACKET, 0666); in ResultSetup()
Dsnapshot_control_files.cpp28 SharedFD::SocketLocalServer(confui_socket_path, false, SOCK_STREAM, 0600); in Create()
/device/google/cuttlefish/host/frontend/operator_proxy/
Dmain.cpp43 cuttlefish::SharedFD::SocketLocalServer(FLAGS_server_port, SOCK_STREAM); in main()
/device/google/cuttlefish/host/commands/secure_env/
Dconfui_sign_server.cpp46 server_fd_ = SharedFD::SocketLocalServer(server_socket_path_, false, in MainLoop()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dserver.cpp50 server = SharedFD::SocketLocalServer(port_, SOCK_STREAM); in Start()
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp121 auto monitor_socket = SharedFD::SocketLocalServer(monitor_socket_name.c_str(), in ModemSimulatorMain()
/device/google/cuttlefish/common/libs/utils/
Dtcp_socket.cpp98 : fd_{SharedFD::SocketLocalServer(port, SOCK_STREAM)} { in ServerSocket()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp138 server_ = SharedFD::SocketLocalServer(launcher_monitor_path.c_str(), false, in ResultSetup()