Home
last modified time | relevance | path

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

/system/netd/tests/
Dnetd_client_test.cpp77 android::base::unique_fd unixSocket(socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0)); in expectNoNetworking() local
78 EXPECT_LE(3, unixSocket); in expectNoNetworking()
/system/netd/client/
DNetdClientTest.cpp76 android::base::unique_fd unixSocket(socketFuncPtr(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0)); in expectNotAllowNetworkingForProcess() local
77 EXPECT_LE(3, unixSocket); in expectNotAllowNetworkingForProcess()