Searched defs:ppSplit (Results 1 - 1 of 1) 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;

Completed in 42 milliseconds