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

  /external/libbrillo/brillo/
process.cc 82 // place, we can set info.child_fd_ to parent_fd and leave info.parent_fd_
85 info.parent_fd_ = -1;
133 return i->second.parent_fd_;
164 i->second.parent_fd_ = pipefds[1];
167 i->second.parent_fd_ = pipefds[0];
176 if (fd == pipe.second.parent_fd_ ||
241 if (i->second.parent_fd_ != -1)
242 IGNORE_EINTR(close(i->second.parent_fd_));
387 IGNORE_EINTR(close(i->second.parent_fd_));
process.h 190 PipeInfo() : parent_fd_(-1), child_fd_(-1), is_input_(false) {}
192 int parent_fd_; member in struct:brillo::ProcessImpl::PipeInfo

Completed in 2087 milliseconds