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

/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);
/vbox/include/iprt/
H A Dmangling.h1962 # define RTVfsParsePath RT_MANGLER(RTVfsParsePath) macro

Completed in 67 milliseconds