Searched refs:RTPathSplitATag (Results 1 - 3 of 3) 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) function
/vbox/include/iprt/
H A Dpath.h755 #define RTPathSplitA(pszPath, ppSplit, fFlags) RTPathSplitATag(pszPath, ppSplit, fFlags, RTPATH_TAG)
774 RTDECL(int) RTPathSplitATag(const char *pszPath, PRTPATHSPLIT *ppSplit, uint32_t fFlags, const char *pszTag);
H A Dmangling.h1075 # define RTPathSplitATag RT_MANGLER(RTPathSplitATag) macro

Completed in 87 milliseconds