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

/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp2360 char szFilePathNew[RTPATH_MAX]; local
2361 RTStrPrintf(szFilePathNew, sizeof(szFilePathNew), "%s.%lld", szCorePath, i + 1);
2362 int vrc = RTFileMove(szFilePathOld, szFilePathNew, RTFILEMOVE_FLAGS_REPLACE);
2364 RTFileDelete(szFilePathNew);

Completed in 42 milliseconds