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

/vbox/src/VBox/Storage/
H A DVMDK.cpp5448 char **apszNewName = NULL; local
5483 apszNewName = (char **)RTMemTmpAllocZ((cExtents + 1) * sizeof(char*));
5485 if (!apszOldName || !apszNewName || !apszNewLines)
5557 apszNewName[i] = vmdkStrReplace(pExtent->pszFullname,
5559 if (!apszNewName[i])
5567 rc = vdIfIoIntFileMove(pImage->pIfIo, pExtent->pszFullname, apszNewName[i], 0);
5583 apszNewName[cExtents] = RTStrDup(pszFilename);
5587 rc = vdIfIoIntFileMove(pImage->pIfIo, pImage->pszFilename, apszNewName[cExtents], 0);
5620 rrc = vdIfIoIntFileMove(pImage->pIfIo, apszNewName[i], apszOldName[i], 0);
5667 if (apszNewName)
[all...]

Completed in 65 milliseconds