Searched refs:input_cmsg_buf_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_posix.cc197 memset(input_cmsg_buf_, 0, sizeof(input_cmsg_buf_));
794 msg.msg_control = input_cmsg_buf_;
805 msg.msg_controllen = sizeof(input_cmsg_buf_);
846 msg.msg_control = input_cmsg_buf_;
847 msg.msg_controllen = sizeof(input_cmsg_buf_);
H A Dipc_channel_posix.h196 char input_cmsg_buf_[kMaxReadFDBuffer]; member in class:IPC::ChannelPosix

Completed in 69 milliseconds