Searched refs:pszCwd (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dvfslowlevel.h921 * pszCwd.
922 * @param pszCwd The current working directory. Must be
925 RTDECL(int) RTVfsParsePath(PRTVFSPARSEDPATH pPath, const char *pszPath, const char *pszCwd);
934 * pszCwd.
935 * @param pszCwd The current working directory. Must be
942 RTDECL(int) RTVfsParsePathA(const char *pszPath, const char *pszCwd, PRTVFSPARSEDPATH *ppPath);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1200 RTDECL(int) RTVfsParsePath(PRTVFSPARSEDPATH pPath, const char *pszPath, const char *pszCwd) argument
1205 * Relative, recurse and parse pszCwd first.
1207 int rc = RTVfsParsePath(pPath, pszCwd, NULL /*crash if pszCwd is not absolute*/);
1235 RTDECL(int) RTVfsParsePathA(const char *pszPath, const char *pszCwd, PRTVFSPARSEDPATH *ppPath) argument
1244 rc = RTVfsParsePath(pPath, pszPath, pszCwd);

Completed in 40 milliseconds