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

/vbox/src/VBox/Storage/
H A DVMDK.cpp5456 char *pszNewFullName = NULL; local
5521 pszNewFullName = RTStrDup(pszFilename);
5522 RTPathStripSuffix(pszNewFullName);
5558 pszOldFullName, pszNewFullName);
5689 if (pszNewFullName)
5690 RTStrFree(pszNewFullName);

Completed in 60 milliseconds