Searched refs:ppSplit (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathSplitA.cpp41 RTDECL(int) RTPathSplitATag(const char *pszPath, PRTPATHSPLIT *ppSplit, uint32_t fFlags, const char *pszTag) argument
43 AssertPtrReturn(ppSplit, VERR_INVALID_POINTER);
44 *ppSplit = NULL;
76 *ppSplit = pSplit;
/vbox/include/iprt/
H A Dpath.h748 * @param ppSplit Where to return the pointer to the output on
755 #define RTPathSplitA(pszPath, ppSplit, fFlags) RTPathSplitATag(pszPath, ppSplit, fFlags, RTPATH_TAG)
766 * @param ppSplit Where to return the pointer to the output on
774 RTDECL(int) RTPathSplitATag(const char *pszPath, PRTPATHSPLIT *ppSplit, uint32_t fFlags, const char *pszTag);

Completed in 44 milliseconds