Home
last modified time | relevance | path

Searched refs:send_fds (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/tests/
Dutil_unittest.cc21 int send_fds[2]; in TEST() local
35 send_fds[0] = fd[1]; in TEST()
36 send_fds[1] = fd2[1]; in TEST()
37 ASSERT_GE(cras_send_with_fds(sock[0], msg, strlen(msg), send_fds, num_fds), in TEST()
/external/libchrome/base/posix/
Dunix_domain_socket_linux.cc211 std::vector<int> send_fds; in SendRecvMsgWithFlags() local
212 send_fds.push_back(send_sock.get()); in SendRecvMsgWithFlags()
213 if (!SendMsg(fd, request.data(), request.size(), send_fds)) in SendRecvMsgWithFlags()
Dunix_domain_socket_linux_unittest.cc120 std::vector<int> send_fds(UnixDomainSocket::kMaxFileDescriptors, in TEST() local
123 send_sock.get(), kHello, sizeof(kHello), send_fds)); in TEST()
/external/python/cpython3/Doc/library/
Dsocket.rst1313 def send_fds(sock, msg, fds):