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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4765 char szOld[RTPATH_MAX]; local
4766 rc = RTStrCopy(szOld, sizeof(szOld), pszDebugOut);
4768 rc = RTStrCat(szOld, sizeof(szOld), ".old");
4770 RTFileRename(pszDebugOut, szOld, RTFILEMOVE_FLAGS_REPLACE);
4792 char szOld[RTPATH_MAX]; local
4793 rc = RTStrCopy(szOld, sizeof(szOld), pszOutput);
4795 rc = RTStrCat(szOld, sizeo
[all...]

Completed in 57 milliseconds