Searched refs:unixSocket (Results 1 – 2 of 2) sorted by relevance
77 android::base::unique_fd unixSocket(socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0)); in expectNoNetworking() local78 EXPECT_LE(3, unixSocket); in expectNoNetworking()
76 android::base::unique_fd unixSocket(socketFuncPtr(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0)); in expectNotAllowNetworkingForProcess() local77 EXPECT_LE(3, unixSocket); in expectNotAllowNetworkingForProcess()