Searched refs:RTPathJoinEx (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathJoinEx.cpp3 * IPRT - RTPathJoinEx.
40 RTDECL(int) RTPathJoinEx(char *pszPathDst, size_t cbPathDst, function
/vbox/include/iprt/
H A Dpath.h983 RTDECL(int) RTPathJoinEx(char *pszPathDst, size_t cbPathDst,
H A Dmangling.h1057 # define RTPathJoinEx RT_MANGLER(RTPathJoinEx) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp283 int rc = RTPathJoinEx(pszRealExec, RTPATH_MAX, pchPath, cchPath, pszExec, RTSTR_MAX);
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1068 int rc = RTPathJoinEx(pszRealExec, RTPATH_MAX, pchPath, cchPath, pszExec, RTSTR_MAX);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1145 rc = RTPathJoinEx(szPath, sizeof(szPath), psz, pszEnd - psz, pszFile, cchFile);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp149 int rc = RTPathJoinEx(pDirEntry->szName, cbDirEntry - RT_OFFSETOF(RTDIRENTRYEX, szName),

Completed in 343 milliseconds