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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp2033 char *pszNewSub = NULL; local
2035 pszNewSub = RTPathJoinA(pszSubDir, DirEntry.szName);
2038 pszNewSub = RTStrDup(DirEntry.szName);
2039 RTPathStripTrailingSlash(pszNewSub);
2042 if (pszNewSub)
2046 pszDest, fFlags, pszNewSub);
2047 RTStrFree(pszNewSub);
2201 char *pszNewSub = NULL; local
2203 pszNewSub = RTPathJoinA(pszSubDir, strDir.c_str());
2206 pszNewSub
[all...]

Completed in 51 milliseconds