Searched defs:g_pReportOut (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp70 static PRTSTREAM g_pReportOut; variable
107 if (g_pReportOut)
110 RTStrmPrintfV(g_pReportOut, pszMsg, va);
112 RTStrmFlush(g_pReportOut);
4580 if (g_pReportOut)
4719 g_pReportOut = NULL;
4799 rc = RTStrmOpen(pszOutput, "w", &g_pReportOut);
4817 if (g_pReportOut)
4819 RTStrmClose(g_pReportOut);
4820 g_pReportOut
[all...]

Completed in 55 milliseconds