Searched refs:aoffComponents (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp1079 uint16_t aoffComponents[32+1]; member in struct:SUPR3HARDENEDPATHINFO
1158 if (pInfo->cComponents >= RT_ELEMENTS(pInfo->aoffComponents) - 1)
1161 pInfo->aoffComponents[pInfo->cComponents++] = pszDst - &pInfo->szPath[0];
1184 pszDst[1] = '\0'; /* for aoffComponents */
1186 pInfo->aoffComponents[pInfo->cComponents] = pInfo->cch + 1;
1619 Info.szPath[Info.aoffComponents[iComponent + 1] - 1] = '\0';
1625 Info.szPath[Info.aoffComponents[iComponent + 1] - 1] = iComponent + 1 != cComponents ? RTPATH_SLASH : '\0';
1680 Info.szPath[Info.aoffComponents[iComponent + 1] - 1] = '\0';
1686 Info.szPath[Info.aoffComponents[iComponent + 1] - 1] = !fFinal ? RTPATH_SLASH : '\0';
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1115 pszDst = &pPath->szPath[pPath->aoffComponents[pPath->cComponents]];
1120 pszDst = &pPath->szPath[pPath->aoffComponents[pPath->cComponents]];
1169 pPath->aoffComponents[pPath->cComponents++] = pszDst - &pPath->szPath[0];
1192 pszDst[1] = '\0'; /* for aoffComponents */
1194 pPath->aoffComponents[pPath->cComponents] = pPath->cch + 1;
1220 pPath->aoffComponents[0] = 1;
1221 pPath->aoffComponents[1] = 2;
1264 pPath->aoffComponents[0] = UINT16_MAX;
1265 pPath->aoffComponents[1] = UINT16_MAX;
1310 rc = RTPathAppend(szPath, sizeof(szPath), &pPath->szPath[pPath->aoffComponents[iComponen
[all...]
/vbox/include/iprt/
H A Dvfslowlevel.h885 uint16_t aoffComponents[RTPATH_MAX / 2 + 1]; member in struct:RTVFSPARSEDPATH

Completed in 248 milliseconds