Searched refs:parent_fd_ (Results 1 – 2 of 2) sorted by relevance
93 info.parent_fd_ = -1; in BindFd()141 return i->second.parent_fd_; in GetPipe()158 i->second.parent_fd_ = pipefds[1]; in PopulatePipeMap()161 i->second.parent_fd_ = pipefds[0]; in PopulatePipeMap()170 if (fd == pipe.second.parent_fd_ || in IsFileDescriptorInPipeMap()237 if (it.second.parent_fd_ != -1) in Start()238 IGNORE_EINTR(close(it.second.parent_fd_)); in Start()405 IGNORE_EINTR(close(i->second.parent_fd_)); in Reset()
197 PipeInfo() : parent_fd_(-1), child_fd_(-1), is_input_(false) {} in PipeInfo()199 int parent_fd_; member