Home
last modified time | relevance | path

Searched refs:vsockFd (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/hals/keymaster/remote/
Dservice4.cpp39 auto vsockFd = cuttlefish::SharedFD::VsockClient(2, FLAGS_port, SOCK_STREAM); in main() local
40 if (!vsockFd->IsOpen()) { in main()
42 << vsockFd->StrError(); in main()
44 cuttlefish::KeymasterChannel keymasterChannel(vsockFd); in main()
/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dservice.cpp43 auto vsockFd = cuttlefish::SharedFD::VsockClient(2, FLAGS_port, SOCK_STREAM); in main() local
44 if (!vsockFd->IsOpen()) { in main()
46 << vsockFd->StrError(); in main()
48 cuttlefish::GatekeeperChannel gatekeeperChannel(vsockFd); in main()