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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParseSimple.cpp44 * @param pcchDir Where to put the length of the directory component. If
53 RTDECL(size_t) RTPathParseSimple(const char *pszPath, size_t *pcchDir, ssize_t *poffName, ssize_t *poffSuff) argument
102 if (pcchDir)
107 *pcchDir = RT_MAX(off, offRoot) + 1;

Completed in 42 milliseconds