Searched refs:recvmsg_flags (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_client.cc | 39 int recvmsg_flags = 0; in PathAndFlagsSyscall() local 51 recvmsg_flags |= MSG_CMSG_CLOEXEC; in PathAndFlagsSyscall() 85 ipc_channel_.get(), reply_buf, sizeof(reply_buf), recvmsg_flags, in PathAndFlagsSyscall()
|
/external/libchrome/base/posix/ |
D | unix_domain_socket_linux.cc | 203 int recvmsg_flags, in SendRecvMsgWithFlags() argument 228 recv_sock.get(), reply, max_reply_len, recvmsg_flags, &recv_fds, NULL); in SendRecvMsgWithFlags()
|
D | unix_domain_socket_linux.h | 88 int recvmsg_flags,
|