Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/platform/
Dsocket_utils_posix.h56 ssize_t SocketRecvmsg(base::PlatformFile socket,
Dsocket_utils_posix.cc129 ssize_t SocketRecvmsg(base::PlatformFile socket, in SocketRecvmsg() function
/external/libchrome/mojo/core/
Dbroker_posix.cc36 SocketRecvmsg(socket_fd, const_cast<void*>(message->data()), in WaitForBrokerMessage()
Dchannel_posix.cc457 SocketRecvmsg(socket_.get(), buffer, buffer_capacity, &incoming_fds); in OnFileCanReadWithoutBlocking()