Home
last modified time | relevance | path

Searched defs:send_fds (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/posix/
Dunix_domain_socket_unittest.cc140 std::vector<int> send_fds(UnixDomainSocket::kMaxFileDescriptors, in TEST() local
Dunix_domain_socket.cc254 std::vector<int> send_fds; in SendRecvMsgWithFlags() local
/external/adhd/cras/src/tests/
Dutil_unittest.cc22 int send_fds[2]; in TEST() local
/external/perfetto/src/base/
Dunix_socket.cc453 const int* send_fds, in Send()
903 const int* send_fds, in Send()
/external/python/cpython3/Lib/
Dsocket.py550 def send_fds(sock, buffers, fds, flags=0, address=None): function