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

/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp115 static PRTSTREAM g_hStrmOutput = NULL; variable
129 int rc = RTStrmPrintfV(g_hStrmOutput, pszFormat, va);
158 g_hStrmOutput = g_pStdOut;
161 int rc = RTStrmOpen(pszOutput, "w", &g_hStrmOutput);

Completed in 36 milliseconds