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

/vbox/src/VBox/Runtime/r3/nt/
H A Dpathint-nt.cpp178 size_t cchSkip = 0; local
203 cchSkip = 4;
210 cchSkip = 2;
218 int rc = RTPathAbs(pszPath, &szPath[cchPrefix - cchSkip], sizeof(szPath) - (cchPrefix - cchSkip));
260 size_t cchSkip = 0; local
309 cchSkip = 4;
316 cchSkip = 2;
329 rc = RTPathAbs(szRelPath, &szAbsPath[cchPrefix - cchSkip], sizeof(szAbsPath) - (cchPrefix - cchSkip));
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1613 ( cchSkip == sizeof(szInstr) - 1 \
1616 size_t const cchSkip = pszColon - pszCur; local

Completed in 57 milliseconds