Searched refs:RTPATHPARSED (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathSplit.cpp58 RTPATHPARSED volatile *pParsedVolatile = (RTPATHPARSED volatile *)pSplit;
122 * overlapping the array of RTPATHPARSED.
124 AssertCompileMembersSameSizeAndOffset(RTPATHPARSED, cComps, RTPATHSPLIT, cComps); Assert(pSplitVolatile->cComps == cComps);
125 AssertCompileMembersSameSizeAndOffset(RTPATHPARSED, fProps, RTPATHSPLIT, fProps); Assert(pSplitVolatile->fProps == fProps);
126 AssertCompileMembersSameSizeAndOffset(RTPATHPARSED, cchPath, RTPATHSPLIT, cchPath); Assert(pSplitVolatile->cchPath == cchPath);
H A DRTPathParse.cpp48 AssertReturn(cbParsed >= RT_UOFFSETOF(RTPATHPARSED, aComps), VERR_INVALID_PARAMETER);
H A DRTPathParse.cpp.h40 uint32_t const cMaxComps = cbParsed < RT_UOFFSETOF(RTPATHPARSED, aComps[0xfff0])
41 ? (uint32_t)((cbParsed - RT_UOFFSETOF(RTPATHPARSED, aComps)) / sizeof(pParsed->aComps[0]))
/vbox/include/iprt/
H A Dpath.h587 * RTPATH_PROP_HAS_ROOT_SPEC() on RTPATHPARSED::fProps to determine its
593 typedef struct RTPATHPARSED struct
623 } RTPATHPARSED; typedef in typeref:struct:RTPATHPARSED
625 typedef RTPATHPARSED *PRTPATHPARSED;
627 typedef RTPATHPARSED *PCRTPATHPARSED;
635 * @retval VERR_INVALID_PARAMETER if cbOutput is less than the RTPATHPARSED
641 * RT_OFFSETOF(RTPATHPARSED, aComps[pParsed->cComps])
648 * size of RTPATHPARSED.
658 * This will be more useful as more APIs manipulating the RTPATHPARSED output
663 * RTPATHPARSED
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp92 RTPATHPARSED Parsed;

Completed in 2434 milliseconds