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

  /external/chromium_org/ipc/
ipc_channel_posix.cc 197 memset(input_cmsg_buf_, 0, sizeof(input_cmsg_buf_));
795 msg.msg_control = input_cmsg_buf_;
806 msg.msg_controllen = sizeof(input_cmsg_buf_);
847 msg.msg_control = input_cmsg_buf_;
848 msg.msg_controllen = sizeof(input_cmsg_buf_);
    [all...]
ipc_channel_posix.h 195 char input_cmsg_buf_[kMaxReadFDBuffer]; member in class:IPC::ChannelPosix

Completed in 111 milliseconds