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

/vbox/src/VBox/Storage/
H A DVMDK.cpp5457 char *pszOldFullName = NULL; local
5523 pszOldFullName = RTStrDup(pImage->pszFilename);
5524 RTPathStripSuffix(pszOldFullName);
5558 pszOldFullName, pszNewFullName);
5687 if (pszOldFullName)
5688 RTStrFree(pszOldFullName);

Completed in 65 milliseconds