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

/vbox/include/iprt/
H A Dvfslowlevel.h925 RTDECL(int) RTVfsParsePath(PRTVFSPARSEDPATH pPath, const char *pszPath, const char *pszCwd);
928 * Same as RTVfsParsePath except that it allocates a temporary buffer.
H A Dmangling.h1962 # define RTVfsParsePath RT_MANGLER(RTVfsParsePath) macro
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1200 RTDECL(int) RTVfsParsePath(PRTVFSPARSEDPATH pPath, const char *pszPath, const char *pszCwd) function
1207 int rc = RTVfsParsePath(pPath, pszCwd, NULL /*crash if pszCwd is not absolute*/);
1244 rc = RTVfsParsePath(pPath, pszPath, pszCwd);
1294 rc = RTVfsParsePath(pPath, szPath, NULL);

Completed in 782 milliseconds