Starts capturing stdout.
| 8410 | |
| 8411 | // Starts capturing stdout. |
| 8412 | void CaptureStdout() { |
| 8413 | CaptureStream(kStdOutFileno, "stdout", &g_captured_stdout); |
| 8414 | } |
| 8415 | |
| 8416 | // Starts capturing stderr. |
| 8417 | void CaptureStderr() { |
nothing calls this directly
no test coverage detected