Searched refs:RTPathAppendEx (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathAppend.cpp39 return RTPathAppendEx(pszPath, cbPathDst, pszAppend, RTSTR_MAX);
H A DRTPathJoinEx.cpp57 return RTPathAppendEx(pszPathDst, cbPathDst, pszAppend, cchAppendMax);
H A DRTPathAppendEx.cpp3 * IPRT - RTPathAppendEx
107 RTDECL(int) RTPathAppendEx(char *pszPath, size_t cbPathDst, const char *pszAppend, size_t cchAppendMax) function
/vbox/include/iprt/
H A Dpath.h887 * @remarks See the RTPathAppendEx remarks.
924 RTDECL(int) RTPathAppendEx(char *pszPath, size_t cbPathDst, const char *pszAppend, size_t cchAppendMax);
H A Dmangling.h1032 # define RTPathAppendEx RT_MANGLER(RTPathAppendEx) macro
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp696 int rc = RTPathAppendEx(pszPath, RTPATH_MAX, &pszPath[cchPath], cchName);
705 rc = RTPathAppendEx(pszPath, RTPATH_MAX, &pszPath[cchPath], cchName);

Completed in 90 milliseconds