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

/vbox/src/VBox/Storage/
H A DVMDK.cpp5447 char **apszOldName = NULL; local
5482 apszOldName = (char **)RTMemTmpAllocZ((cExtents + 1) * sizeof(char*));
5485 if (!apszOldName || !apszNewName || !apszNewLines)
5571 apszOldName[i] = RTStrDup(pExtent->pszFullname);
5591 apszOldName[cExtents] = RTStrDup(pszFilename);
5618 if (apszOldName[i])
5620 rrc = vdIfIoIntFileMove(pImage->pIfIo, apszNewName[i], apszOldName[i], 0);
5660 if (apszOldName)
5663 if (apszOldName[i])
5664 RTStrFree(apszOldName[
[all...]

Completed in 71 milliseconds