Home
last modified time | relevance | path

Searched defs:VsockServer (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp384 SharedFD SharedFD::VsockServer(unsigned int port, int type) { in VsockServer() function in cuttlefish::SharedFD
407 SharedFD SharedFD::VsockServer(int type) { in VsockServer() function in cuttlefish::SharedFD
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dmain.cpp196 [[noreturn]] void VsockServer() { in VsockServer() function