Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_client.cc39 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/
Dunix_domain_socket_linux.cc203 int recvmsg_flags, in SendRecvMsgWithFlags() argument
228 recv_sock.get(), reply, max_reply_len, recvmsg_flags, &recv_fds, NULL); in SendRecvMsgWithFlags()
Dunix_domain_socket_linux.h88 int recvmsg_flags,