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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathSplitReassemble.cpp3 * IPRT - RTPathSplitReassemble.
39 RTDECL(int) RTPathSplitReassemble(PRTPATHSPLIT pSplit, uint32_t fFlags, char *pszDstPath, size_t cbDstPath) function
/vbox/include/iprt/
H A Dpath.h801 RTDECL(int) RTPathSplitReassemble(PRTPATHSPLIT pSplit, uint32_t fFlags, char *pszDstPath, size_t cbDstPath);
H A Dmangling.h1077 # define RTPathSplitReassemble RT_MANGLER(RTPathSplitReassemble) macro
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1186 rc2 = RTPathSplitReassemble(pSplitFn, RTPATH_STR_F_STYLE_HOST, szPath, sizeof(szPath));
1711 rc2 = RTPathSplitReassemble(pSplitFn, RTPATH_STR_F_STYLE_HOST, szPath, sizeof(szPath));
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp180 rc = RTPathSplitReassemble(&u.Split, s_aTests[i].fFlags & ~RTPATH_STR_F_MIDDLE, szPath1, sizeof(szPath1));
189 RTTestIFailed("RTPathSplitReassemble -> %Rrc", rc);

Completed in 305 milliseconds