Home
last modified time | relevance | path

Searched refs:DupServer (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dserver.cpp94 DupServer::DupServer(int fd) : fd_(fd), sfd_(SharedFD::Dup(fd_)) { in DupServer() function in cuttlefish::socket_proxy::DupServer
98 Result<SharedFD> DupServer::Start() { in Start()
103 std::string DupServer::Describe() const { in Describe()
Dserver.h57 class DupServer : public Server {
59 DupServer(int fd);
Dsocket_vsock_proxy.cpp84 return std::make_unique<DupServer>(FLAGS_server_fd); in BuildServer()