Searched refs:send_fds (Results 1 – 4 of 4) sorted by relevance
/external/adhd/cras/src/tests/ |
D | util_unittest.cc | 21 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/ |
D | unix_domain_socket_linux.cc | 211 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()
|
D | unix_domain_socket_linux_unittest.cc | 120 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/ |
D | socket.rst | 1313 def send_fds(sock, msg, fds):
|