Searched refs:g_captured_stderr (Results 1 – 5 of 5) sorted by relevance
130 static CapturedStderr* g_captured_stderr = NULL; variable165 if (g_captured_stderr != NULL) { in CaptureStderr()168 g_captured_stderr = new CapturedStderr; in CaptureStderr()175 g_captured_stderr->StopCapture(); in GetCapturedStderr()176 FILE* const file = fopen(g_captured_stderr->filename().c_str(), "r"); in GetCapturedStderr()180 delete g_captured_stderr; in GetCapturedStderr()181 g_captured_stderr = NULL; in GetCapturedStderr()
507 static CapturedStderr* g_captured_stderr = NULL; variable540 if (g_captured_stderr != NULL) { in CaptureStderr()543 g_captured_stderr = new CapturedStderr; in CaptureStderr()550 g_captured_stderr->StopCapture(); in GetCapturedStderr()552 FILE* const file = posix::FOpen(g_captured_stderr->filename().c_str(), "r"); in GetCapturedStderr()556 delete g_captured_stderr; in GetCapturedStderr()557 g_captured_stderr = NULL; in GetCapturedStderr()
592 static CapturedStream* g_captured_stderr = NULL; variable621 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()628 String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); } in GetCapturedStderr()
588 static CapturedStream* g_captured_stderr = NULL; variable617 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()624 String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); } in GetCapturedStderr()
605 static CapturedStream* g_captured_stderr = NULL; variable634 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()641 String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); } in GetCapturedStderr()