Home
last modified time | relevance | path

Searched refs:GetStdOutReadFD (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dcheck_assertion.h158 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