Searched defs:cchAppendMax (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathAppendEx.cpp107 RTDECL(int) RTPathAppendEx(char *pszPath, size_t cbPathDst, const char *pszAppend, size_t cchAppendMax) argument
117 size_t cchAppend = RTStrNLen(pszAppend, cchAppendMax);
H A DRTPathJoinEx.cpp42 const char *pszAppend, size_t cchAppendMax)
57 return RTPathAppendEx(pszPathDst, cbPathDst, pszAppend, cchAppendMax);
40 RTPathJoinEx(char *pszPathDst, size_t cbPathDst, const char *pszPathSrc, size_t cchPathSrcMax, const char *pszAppend, size_t cchAppendMax) argument

Completed in 41 milliseconds