Home
last modified time | relevance | path

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

/external/cronet/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/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/perfetto/src/base/
Dunix_socket.cc498 const int* send_fds, in Send()
954 const int* send_fds, in Send()
/external/python/cpython3/Lib/
Dsocket.py551 def send_fds(sock, buffers, fds, flags=0, address=None): function