Searched refs:RTPathParse (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParse.cpp3 * IPRT - RTPathParse
39 #define RTPATH_TEMPLATE_CPP_H "RTPathParse.cpp.h"
43 RTDECL(int) RTPathParse(const char *pszPath, PRTPATHPARSED pParsed, size_t cbParsed, uint32_t fFlags) function
H A DRTPathSplit.cpp52 * Use RTPathParse to do the parsing.
64 int rc = RTPathParse(pszPath, (PRTPATHPARSED)pParsedVolatile, cbSplit, fFlags);
/vbox/include/iprt/
H A Dpath.h494 /** @name Path properties returned by RTPathParse and RTPathSplit.
515 * RTPathParse, RTPathSplit and friends does not consider the 'Resource' as
653 RTDECL(int) RTPathParse(const char *pszPath, PRTPATHPARSED pParsed, size_t cbParsed, uint32_t fFlags);
656 * Reassembles a path parsed by RTPathParse.
735 * @sa RTPathSplitA, RTPathParse.
753 * @sa RTPathSplitFree, RTPathSplit, RTPathParse.
772 * @sa RTPathSplitFree, RTPathSplit, RTPathParse.
H A Dmangling.h1058 # define RTPathParse RT_MANGLER(RTPathParse) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp97 RTTestSub(hTest, "RTPathParse");
101 int rc = RTPathParse(s_aTests[i].pszPath, &u.Parsed, sizeof(u), s_aTests[i].fFlags);

Completed in 105 milliseconds