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

  /external/chromium_org/ipc/
ipc_channel_posix.cc 193 remote_fd_pipe_(-1),
325 if (!SocketPair(&fd_pipe_, &remote_fd_pipe_)) {
600 if (remote_fd_pipe_ != -1) {
601 if (IGNORE_EINTR(close(remote_fd_pipe_)) < 0)
602 PLOG(ERROR) << "close remote_fd_pipe_ " << pipe_name_;
603 remote_fd_pipe_ = -1;
771 if (remote_fd_pipe_ != -1) {
772 if (!msg->WriteFileDescriptor(base::FileDescriptor(remote_fd_pipe_,
    [all...]
ipc_channel_posix.h 167 int remote_fd_pipe_; member in class:IPC::ChannelPosix

Completed in 41 milliseconds