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

/vbox/include/iprt/
H A Dvfslowlevel.h942 RTDECL(int) RTVfsParsePathA(const char *pszPath, const char *pszCwd, PRTVFSPARSEDPATH *ppPath);
945 * Frees a buffer returned by RTVfsParsePathA.
H A Dmangling.h1963 # define RTVfsParsePathA RT_MANGLER(RTVfsParsePathA) macro
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1235 RTDECL(int) RTVfsParsePathA(const char *pszPath, const char *pszCwd, PRTVFSPARSEDPATH *ppPath) function
2448 rc = RTVfsParsePathA(pszFilename, "/", &pPath);

Completed in 605 milliseconds