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

/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp307 * @param pszDstName The name of the destionation file (no path stuff).
318 static int rtDbgSymCacheAddOneFile(const char *pszSrcPath, const char *pszDstName, const char *pszExtraStuff, argument
326 int rc = RTPathJoin(szDstPath, sizeof(szDstPath), pCfg->pszCache, pszDstName);
348 rc = RTPathAppend(szDstPath, sizeof(szDstPath), pszDstName);

Completed in 43 milliseconds