HomeSort by relevance Sort by last modified time
    Searched full:g_captured_stderr (Results 1 - 1 of 1) sorted by null

  /external/gtest/src/
gtest-port.cc 472 static CapturedStderr* g_captured_stderr = NULL; member in namespace:testing::internal
505 if (g_captured_stderr != NULL) {
508 g_captured_stderr = new CapturedStderr;
515 g_captured_stderr->StopCapture();
522 FILE* const file = fopen(g_captured_stderr->filename().c_str(), "r");
529 delete g_captured_stderr;
530 g_captured_stderr = NULL;

Completed in 7530 milliseconds