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

/vbox/src/VBox/Runtime/r3/
H A Ddir2.cpp105 size_t cchSubDir = cchDir + pDirEntry->cbName; local
106 pszBuf[cchSubDir++] = '/';
107 pszBuf[cchSubDir] = '\0';
108 rc = rtDirRemoveRecursiveSub(pszBuf, cchSubDir, pDirEntry, pObjInfo);
111 pszBuf[cchSubDir] = '\0';
/vbox/src/bldprogs/
H A Dscm.cpp1322 size_t cchSubDir = cchDir - 1 + pEntry->cbName + sizeof("/.") - 1; local
1329 pszBuf, cchSubDir, NULL)
1336 rc = scmProcessDirTreeRecursion(pszBuf, cchSubDir, pEntry, pSettingsStack, iRecursion + 1);

Completed in 51 milliseconds