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

/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp148 PRTLOGGER pLog = RTLogRelDefaultInstance(); local
149 if (pLog)
156 RTLogFlush(pLog);
161 if (!pLog)
164 pLog = RTLogDefaultInstance();
165 if (pLog)
172 RTLogFlush(pLog);
257 PRTLOGGER pLog = RTLogRelDefaultInstance(); local
258 if (pLog)
264 RTLogFlush(pLog);
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestApp.cpp246 const char * pLog = NULL; local
279 pLog = Val.psz;
328 pLog = RTEnvGet("VBOXGLTEST_LOG");
329 if(pLog)
334 rc = vboxInitLogging(pLog, bLogSuffix);
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp2041 PRTLOGGER pLog = RTLogGetDefaultInstance(); /* Don't initialize it here... */ local
2042 if (pLog)
2045 RTLogFormatV(rtLogOutput, pLog, pszFormat, vaCopy);
2048 pLog = RTLogRelDefaultInstance();
2049 if (pLog)
2052 RTLogFormatV(rtLogOutput, pLog, pszFormat, vaCopy);

Completed in 58 milliseconds