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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathSplit.cpp58 RTPATHPARSED volatile *pParsedVolatile = (RTPATHPARSED volatile *)pSplit; local
61 AssertCompile(sizeof(*pParsedVolatile) <= sizeof(*pSplitVolatile));
62 AssertCompile(sizeof(pParsedVolatile->aComps[0]) <= sizeof(pSplitVolatile->apszComps[0]));
64 int rc = RTPathParse(pszPath, (PRTPATHPARSED)pParsedVolatile, cbSplit, fFlags);
71 uint16_t const cComps = pParsedVolatile->cComps;
72 uint16_t const fProps = pParsedVolatile->fProps;
73 uint16_t const cchPath = pParsedVolatile->cchPath;
74 uint16_t const offSuffix = pParsedVolatile->offSuffix;
94 uint16_t offComp = pParsedVolatile->aComps[idxComp].off;
95 uint16_t cchComp = pParsedVolatile
[all...]

Completed in 41 milliseconds