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

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp733 char *pszDstSubDir = RTPathJoinA(pszDstDir, ".custom"); local
734 if (!pszDstSubDir)
736 bool fRc = AddCleanupRec(pszDstSubDir, false /*fFile*/);
737 RTStrFree(pszDstSubDir);
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp309 * @param pszDstSubDir The subdirectory to file it under. This is the
319 const char *pszDstSubDir, PRTUUID pAddToUuidMap, const char *pszUuidMapDir,
337 rc = RTPathAppend(szDstPath, sizeof(szDstPath), pszDstSubDir);
318 rtDbgSymCacheAddOneFile(const char *pszSrcPath, const char *pszDstName, const char *pszExtraStuff, const char *pszDstSubDir, PRTUUID pAddToUuidMap, const char *pszUuidMapDir, PCRTDBGSYMCACHEADDCFG pCfg) argument

Completed in 47 milliseconds