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

  /external/chromium_org/ipc/
ipc_channel_posix.h 96 // Reads the next message from the fd_pipe_ and appends them to the
151 int fd_pipe_; member in class:IPC::Channel::ChannelImpl
ipc_channel_posix.cc 180 fd_pipe_(-1),
313 if (!SocketPair(&fd_pipe_, &remote_fd_pipe_)) {
435 // fd_pipe_ which makes Seccomp sandbox operation more efficient.
438 fd_written = fd_pipe_;
439 bytes_written = HANDLE_EINTR(sendmsg(fd_pipe_, &msgh, MSG_DONTWAIT));
579 if (fd_pipe_ != -1) {
580 if (IGNORE_EINTR(close(fd_pipe_)) < 0)
581 PLOG(ERROR) << "close fd_pipe_ " << pipe_name_;
582 fd_pipe_ = -1;
784 if (fd_pipe_ >= 0)
    [all...]

Completed in 63 milliseconds