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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParse.cpp.h46 uint16_t fProps; local
57 fProps = RTPATH_PROP_RELATIVE | RTPATH_PROP_EXTRA_SLASHES;
74 fProps = RTPATH_PROP_ROOT_SLASH | RTPATH_PROP_UNC | RTPATH_PROP_ABSOLUTE;
80 fProps = RTPATH_PROP_ROOT_SLASH | RTPATH_PROP_RELATIVE;
89 fProps = RTPATH_PROP_ROOT_SLASH | RTPATH_PROP_RELATIVE;
91 fProps = RTPATH_PROP_ROOT_SLASH | RTPATH_PROP_ABSOLUTE;
102 fProps = RTPATH_PROP_VOLUME | RTPATH_PROP_RELATIVE;
107 fProps = RTPATH_PROP_VOLUME | RTPATH_PROP_ROOT_SLASH | RTPATH_PROP_ABSOLUTE;
115 fProps = RTPATH_PROP_RELATIVE;
134 fProps |
[all...]
H A DRTPathSplit.cpp72 uint16_t const fProps = pParsedVolatile->fProps; local
77 + RTPATH_PROP_FIRST_NEEDS_NO_SLASH(fProps) /* zero terminator for root spec. */
78 - RT_BOOL(fProps & RTPATH_PROP_DIR_SLASH) /* counted by cchPath, not included in the comp str. */
125 AssertCompileMembersSameSizeAndOffset(RTPATHPARSED, fProps, RTPATHSPLIT, fProps); Assert(pSplitVolatile->fProps == fProps);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp49 uint16_t fProps; member in struct:__anon16741
104 || s_aTests[i].fProps != u.Parsed.fProps
111 " fProps %#x, got %#x, xor=>%#x\n"
116 s_aTests[i].fProps, u.Parsed.fProps, s_aTests[i].fProps ^ u.Parsed.fProps,
127 if ( !(u.Parsed.fProps & RTPATH_PROP_EXTRA_SLASHES)
143 || s_aTests[i].fProps !
[all...]
/vbox/include/iprt/
H A Dpath.h587 * RTPATH_PROP_HAS_ROOT_SPEC() on RTPATHPARSED::fProps to determine its
600 uint16_t fProps; member in struct:RTPATHPARSED
687 uint16_t fProps; member in struct:RTPATHSPLIT

Completed in 570 milliseconds