HomeSort by relevance Sort by last modified time
    Searched refs:SendMsg (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
unix_domain_socket_posix.h 16 // Use sendmsg to write the given msg and include a vector
18 bool SendMsg(int fd, const void* msg, size_t length,
23 // Perform a sendmsg/recvmsg pair.
unix_domain_socket_posix.cc 18 bool SendMsg(int fd, const void* buf, size_t length, std::vector<int>& fds) {
44 const ssize_t r = HANDLE_EINTR(sendmsg(fd, &msg, 0));
110 if (!SendMsg(fd, request.data(), request.size(), fd_vector)) {
  /external/chromium/net/tools/dump_cache/
upgrade.cc 116 bool SendMsg(const Message& msg);
153 bool BaseSM::SendMsg(const Message& msg) {
334 SendMsg(msg);
353 SendMsg(msg);
389 SendMsg(msg);
412 SendMsg(msg);
458 SendMsg(msg);
491 SendMsg(msg);
626 SendMsg(msg);
641 SendMsg(msg)
    [all...]

Completed in 23 milliseconds