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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathSplitA.cpp3 * IPRT - RTPathSplitA and RTPathSplitFree.
83 RTDECL(void) RTPathSplitFree(PRTPATHSPLIT pSplit) function
/vbox/include/iprt/
H A Dpath.h750 * RTPathSplitFree().
753 * @sa RTPathSplitFree, RTPathSplit, RTPathParse.
768 * RTPathSplitFree().
772 * @sa RTPathSplitFree, RTPathSplit, RTPathParse.
782 RTDECL(void) RTPathSplitFree(PRTPATHSPLIT pSplit);
H A Dmangling.h1076 # define RTPathSplitFree RT_MANGLER(RTPathSplitFree) macro
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1178 AssertReturnStmt(pSplitFn->fProps & RTPATH_PROP_FILENAME, RTPathSplitFree(pSplitFn), VERR_IS_A_DIRECTORY);
1260 RTPathSplitFree(pSplitFn);
1703 AssertReturnStmt(pSplitFn->fProps & RTPATH_PROP_FILENAME, RTPathSplitFree(pSplitFn), VERR_IS_A_DIRECTORY);
1774 RTPathSplitFree(pSplitFn);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp177 RTPathSplitFree(pSplit);

Completed in 1045 milliseconds