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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParsedReassemble.cpp39 RTDECL(int) RTPathParsedReassemble(const char *pszSrcPath, PRTPATHPARSED pParsed, uint32_t fFlags, argument
45 AssertPtrReturn(pszSrcPath, VERR_INVALID_POINTER);
89 memcpy(pszDst, &pszSrcPath[pParsed->aComps[0].off], cchComp);
107 memcpy(pszDst, &pszSrcPath[pParsed->aComps[idxComp].off], cchComp);
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp306 * @param pszSrcPath Path to the source file.
318 static int rtDbgSymCacheAddOneFile(const char *pszSrcPath, const char *pszDstName, const char *pszExtraStuff, argument
328 return RTMsgErrorRc(rc, "Error constructing cache path for '%s': %Rrc", pszSrcPath, rc);
339 return RTMsgErrorRc(rc, "Error constructing cache path for '%s': %Rrc", pszSrcPath, rc);
350 return RTMsgErrorRc(rc, "Error constructing cache path for '%s': %Rrc", pszSrcPath, rc);
355 return RTMsgErrorRc(rc, "Error constructing cache path for '%s': %Rrc", pszSrcPath, rc);
363 rc = RTFileCompare(pszSrcPath, szDstPath);
366 RTMsgInfo("%s is already in the cache.", pszSrcPath);
372 RTMsgInfo("Cache conflict with existing entry '%s' when inserting '%s'.", szDstPath, pszSrcPath);
374 RTMsgInfo("Error comparing '%s' with '%s': %Rrc", pszSrcPath, szDstPat
[all...]
/vbox/include/iprt/
H A Dpath.h665 * @param pszSrcPath The source path.
666 * @param pParsed The parser output for @a pszSrcPath.
673 RTDECL(int) RTPathParsedReassemble(const char *pszSrcPath, PRTPATHPARSED pParsed, uint32_t fFlags,
794 * @param pParsed The parser output for @a pszSrcPath.

Completed in 35 milliseconds