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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1619 char *pszDestFileName = RTStrDup(RTPathFilename(pszDestPath)); local
1620 if (pszDestFileName)
1624 pszDestPath, pszDestFileName);
1625 RTStrFree(pszDestFileName);

Completed in 54 milliseconds