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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParsedReassemble.cpp40 char *pszDstPath, size_t cbDstPath)
49 AssertPtrReturn(pszDstPath, VERR_INVALID_POINTER);
81 char *pszDst = pszDstPath;
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
47 AssertPtrReturn(pszDstPath, VERR_INVALID_POINTER);
79 char *pszDst = pszDstPath;
/vbox/include/iprt/
H A Dpath.h669 * @param pszDstPath Pointer to the buffer where the path is to be
674 char *pszDstPath, size_t cbDstPath);
797 * @param pszDstPath Pointer to the buffer where the path is to be
801 RTDECL(int) RTPathSplitReassemble(PRTPATHSPLIT pSplit, uint32_t fFlags, char *pszDstPath, size_t cbDstPath);

Completed in 46 milliseconds