Starts capturing stdout.
| 9688 | |
| 9689 | // Starts capturing stdout. |
| 9690 | void CaptureStdout() { |
| 9691 | CaptureStream(kStdOutFileno, "stdout", &g_captured_stdout); |
| 9692 | } |
| 9693 | |
| 9694 | // Starts capturing stderr. |
| 9695 | void CaptureStderr() { |
nothing calls this directly
no test coverage detected