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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathAppendEx.cpp170 size_t const cchRoot = rtPathRootSpecLen2(pszPath); local
171 while ( (size_t)(pszPathEnd - pszPath) > RT_MAX(1, cchRoot)
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp471 uint32_t cchRoot = (uint32_t)strlen(pszRoot); local
478 * buffer pointed to by pszFullPath. cchRoot may be adjusted in the process.
499 cchFullPath = cchRoot + cchSrc;
503 memcpy(pszFullPath, pszRoot, cchRoot);
506 pszFullPath[cchRoot++] = RTPATH_DELIMITER;
511 memcpy(&pszFullPath[cchRoot], pszSrc, cchSrc);
514 pszFullPath[cchRoot + cchSrc] = '\0';
582 cchFullPath = cchRoot + cchPathAsUtf8;
588 memcpy(pszFullPath, pszRoot, cchRoot);
589 if (!RTPATH_IS_SLASH(pszFullPath[cchRoot
[all...]

Completed in 53 milliseconds