Searched defs:RTPathSplitA (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dpath.h651 * @sa RTPathSplit, RTPathSplitA.
678 * Output buffer for RTPathSplit and RTPathSplitA.
735 * @sa RTPathSplitA, RTPathParse.
755 #define RTPathSplitA(pszPath, ppSplit, fFlags) RTPathSplitATag(pszPath, ppSplit, fFlags, RTPATH_TAG) macro
777 * Frees buffer returned by RTPathSplitA.
779 * @param pSplit What RTPathSplitA returned.
780 * @sa RTPathSplitA

Completed in 44 milliseconds