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

  /external/chromium_org/ipc/
ipc_channel_posix.h 180 char input_cmsg_buf_[kMaxReadFDBuffer]; member in class:IPC::Channel::ChannelImpl
ipc_channel_posix.cc 185 memset(input_cmsg_buf_, 0, sizeof(input_cmsg_buf_));
779 msg.msg_control = input_cmsg_buf_;
790 msg.msg_controllen = sizeof(input_cmsg_buf_);
831 msg.msg_control = input_cmsg_buf_;
832 msg.msg_controllen = sizeof(input_cmsg_buf_);
    [all...]

Completed in 29 milliseconds