Home
last modified time | relevance | path

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

/external/libchrome/base/posix/
Dunix_domain_socket.cc254 std::vector<int> send_fds; in SendRecvMsgWithFlags() local
255 send_fds.push_back(send_sock.get()); in SendRecvMsgWithFlags()
256 if (!SendMsg(fd, request.data(), request.size(), send_fds)) in SendRecvMsgWithFlags()
Dunix_domain_socket_unittest.cc140 std::vector<int> send_fds(UnixDomainSocket::kMaxFileDescriptors, in TEST() local
143 send_fds)); in TEST()
/external/cronet/base/posix/
Dunix_domain_socket.cc254 std::vector<int> send_fds; in SendRecvMsgWithFlags() local
255 send_fds.push_back(send_sock.get()); in SendRecvMsgWithFlags()
256 if (!SendMsg(fd, request.data(), request.size(), send_fds)) in SendRecvMsgWithFlags()
Dunix_domain_socket_unittest.cc140 std::vector<int> send_fds(UnixDomainSocket::kMaxFileDescriptors, in TEST() local
143 send_fds)); in TEST()
/external/perfetto/include/perfetto/ext/base/
Dunix_socket.h142 const int* send_fds = nullptr,
332 bool Send(const void* msg, size_t len, const int* send_fds, size_t num_fds);
/external/perfetto/src/base/
Dunix_socket.cc498 const int* send_fds, in Send() argument
519 memcpy(CMSG_DATA(cmsg), send_fds, num_fds * sizeof(int)); in Send()
954 const int* send_fds, in Send() argument
962 const ssize_t sz = sock_raw_.Send(msg, len, send_fds, num_fds); in Send()
/external/libabigail/tests/data/test-diff-pkg/
DlibICE-1.0.6-1.el6.x86_64.rpm--libICE-1.0.9-2.el7.x86_64.rpm-report-0.txt24 '_XtransConnFd* send_fds', at offset 704 (in bits) at Xtransint.h:149:1
/external/python/cpython3/Lib/
Dsocket.py551 def send_fds(sock, buffers, fds, flags=0, address=None): function
/external/python/cpython3/Doc/library/
Dsocket.rst1156 .. function:: send_fds(sock, buffers, fds[, flags[, address]])
1653 def send_fds(sock, msg, fds):
/external/python/cpython3/Doc/whatsnew/
D3.9.rst681 The socket module now has the :func:`socket.send_fds` and
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst3209 The socket module now has the :func:`socket.send_fds` and
/external/python/cpython3/Lib/test/
Dtest_socket.py6578 socket.send_fds(sock1, [MSG], fds)