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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParse.cpp.h194 pParsed->offSuffix = offCur;
212 uint32_t offSuffix = offStart + cchComp; local
213 while (offSuffix-- > offStart)
214 if (pszPath[offSuffix] == '.')
216 uint32_t cchSuffix = offStart + cchComp - offSuffix;
217 if (cchSuffix > 1 && offStart != offSuffix)
220 pParsed->offSuffix = offSuffix;
235 pParsed->offSuffix = offCur;
H A DRTPathSplit.cpp74 uint16_t const offSuffix = pParsedVolatile->offSuffix; local
103 if (offSuffix >= offComp + cchComp)
106 pszSuffix = &psz[offSuffix - offComp];
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp47 uint16_t offSuffix; member in struct:__anon16741
105 || s_aTests[i].offSuffix != u.Parsed.offSuffix
112 " offSuffix %u, got %u\n"
117 s_aTests[i].offSuffix, u.Parsed.offSuffix,
/vbox/include/iprt/
H A Dpath.h609 uint16_t offSuffix; member in struct:RTPATHPARSED

Completed in 62 milliseconds