Home
last modified time | relevance | path

Searched refs:SendmsgWithHandles (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/platform/
Dsocket_utils_posix.h49 ssize_t SendmsgWithHandles(base::PlatformFile socket,
Dsocket_utils_posix.cc103 ssize_t SendmsgWithHandles(base::PlatformFile socket, in SendmsgWithHandles() function
/external/libchrome/mojo/core/
Dchannel_posix.cc519 result = SendmsgWithHandles(socket_.get(), &iov, 1, fds); in WriteNoLock()