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

/vbox/src/VBox/Storage/
H A DVMDK.cpp5455 char *pszOldBaseName = NULL; local
5518 pszOldBaseName = RTStrDup(RTPathFilename(pImage->pszFilename));
5519 RTPathStripSuffix(pszOldBaseName);
5542 pszOldBaseName, pszNewBaseName);
5683 if (pszOldBaseName)
5684 RTStrFree(pszOldBaseName);

Completed in 79 milliseconds