Searched refs:GetStdOutReadFD (Results 1 – 1 of 1) sorted by relevance
158 close(GetStdOutReadFD()); // don't need to read from the pipe in the child. in RunForChild()189 stdout_from_child_ = ReadChildIOUntilEnd(GetStdOutReadFD()); in CaptureIOFromChild()191 close(GetStdOutReadFD()); in CaptureIOFromChild()214 int GetStdOutReadFD() const { in GetStdOutReadFD() function