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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1608 char *pszDestPath = RTStrDup(pszDest); local
1609 AssertPtrReturn(pszDestPath, VERR_NO_MEMORY);
1612 if (!RTPathFilename(pszDestPath))
1615 pszDestPath, &pszSource[srcOff]);
1619 char *pszDestFileName = RTStrDup(RTPathFilename(pszDestPath));
1622 RTPathStripFilename(pszDestPath);
1624 pszDestPath, pszDestFileName);
1630 RTStrFree(pszDestPath);

Completed in 55 milliseconds