Searched refs:cbDstPath (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParsedReassemble.cpp40 char *pszDstPath, size_t cbDstPath)
50 AssertReturn(cbDstPath > pParsed->cchPath, VERR_BUFFER_OVERFLOW);
39 RTPathParsedReassemble(const char *pszSrcPath, PRTPATHPARSED pParsed, uint32_t fFlags, char *pszDstPath, size_t cbDstPath) argument
H A DRTPathSplitReassemble.cpp39 RTDECL(int) RTPathSplitReassemble(PRTPATHSPLIT pSplit, uint32_t fFlags, char *pszDstPath, size_t cbDstPath) argument
48 AssertReturn(cbDstPath > pSplit->cchPath, VERR_BUFFER_OVERFLOW);
/vbox/include/iprt/
H A Dpath.h662 * @retval VERR_BUFFER_OVERFLOW if @a cbDstPath is less than or equal to
671 * @param cbDstPath The size of the output buffer.
674 char *pszDstPath, size_t cbDstPath);
791 * @retval VERR_BUFFER_OVERFLOW if @a cbDstPath is less than or equal to
799 * @param cbDstPath The size of the output buffer.
801 RTDECL(int) RTPathSplitReassemble(PRTPATHSPLIT pSplit, uint32_t fFlags, char *pszDstPath, size_t cbDstPath);

Completed in 45 milliseconds