Searched refs:RTPathSplit (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathSplitA.cpp60 int rc = RTPathSplit(pszPath, pSplit, cbSplit, fFlags);
69 rc = RTPathSplit(pszPath, pSplit, cbSplit, fFlags);
H A DRTPathSplit.cpp3 * IPRT - RTPathSplit
40 RTDECL(int) RTPathSplit(const char *pszPath, PRTPATHSPLIT pSplit, size_t cbSplit, uint32_t fFlags) function
/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
651 * @sa RTPathSplit, RTPathSplitA.
678 * Output buffer for RTPathSplit and RTPathSplitA.
691 * unnecessary slashes that RTPathSplit has ignored here. */
737 RTDECL(int) RTPathSplit(const char *pszPath, PRTPATHSPLIT pSplit, size_t cbSplit, uint32_t fFlags);
753 * @sa RTPathSplitFree, RTPathSplit, RTPathParse.
772 * @sa RTPathSplitFree, RTPathSplit, RTPathParse.
785 * Reassembles a path parsed by RTPathSplit.
H A Dmangling.h1074 # define RTPathSplit RT_MANGLER(RTPathSplit) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp136 RTTestSub(hTest, "RTPathSplit");
140 int rc = RTPathSplit(s_aTests[i].pszPath, &u.Split, sizeof(u), s_aTests[i].fFlags);
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp724 int rc = RTPathSplit(pszPdb, &u.Split, sizeof(u), 0);
726 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathSplit failed on '%s': %Rrc", pszPdb, rc);

Completed in 865 milliseconds