Searched refs:RTVfsParsePathAppend (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/
H A Dvfslowlevel.h912 RTDECL(int) RTVfsParsePathAppend(PRTVFSPARSEDPATH pPath, const char *pszPath, uint16_t *piRestartComp);
H A Dmangling.h1964 # define RTVfsParsePathAppend RT_MANGLER(RTVfsParsePathAppend) macro
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1136 RTDECL(int) RTVfsParsePathAppend(PRTVFSPARSEDPATH pPath, const char *pszPath, uint16_t *piRestartComp) function
1230 return RTVfsParsePathAppend(pPath, pszPath, NULL);
1318 rc = RTVfsParsePathAppend(pPath, szPath, &iComponent);

Completed in 152 milliseconds