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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4722 const char *pszDebugOut = NULL; local
4743 pszDebugOut = ValueUnion.psz;
4761 if (pszDebugOut)
4763 if (RTFileExists(pszDebugOut) && !RTSymlinkExists(pszDebugOut))
4766 rc = RTStrCopy(szOld, sizeof(szOld), pszDebugOut);
4770 RTFileRename(pszDebugOut, szOld, RTFILEMOVE_FLAGS_REPLACE);
4772 rc = RTStrmOpen(pszDebugOut, "w", &g_pDebugOut);
4775 RTMsgError("Error opening '%s': %Rrc", pszDebugOut, rc);

Completed in 54 milliseconds