Searched refs:RTPathSplit (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Runtime/common/path/ |
H A D | RTPathSplitA.cpp | 60 int rc = RTPathSplit(pszPath, pSplit, cbSplit, fFlags); 69 rc = RTPathSplit(pszPath, pSplit, cbSplit, fFlags);
|
H A D | RTPathSplit.cpp | 3 * IPRT - RTPathSplit 40 RTDECL(int) RTPathSplit(const char *pszPath, PRTPATHSPLIT pSplit, size_t cbSplit, uint32_t fFlags) function
|
/vbox/include/iprt/ |
H A D | path.h | 494 /** @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 D | mangling.h | 1074 # define RTPathSplit RT_MANGLER(RTPathSplit) macro
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTPath.cpp | 136 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 D | ntBldSymDb.cpp | 724 int rc = RTPathSplit(pszPdb, &u.Split, sizeof(u), 0); 726 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathSplit failed on '%s': %Rrc", pszPdb, rc);
|
Completed in 95 milliseconds