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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp874 static int rtDbgCfgCopyFileToCache(PRTDBGCFGINT pThis, char const *pszSrc, const char *pchCache, size_t cchCache, argument
983 size_t cchCache = 0; local
1022 cchCache = pszServer - pszDir;
1027 if (cchCache == 0)
1033 memcpy(pszPath, pchCache, cchCache);
1034 pszPath[cchCache] = '\0';
1037 rcCache = rc2 = rtDbgCfgTryOpenCache(pThis, pszPath, cchCache, pszCacheSubDir, pszUuidMappingSubDir,
1046 memcpy(pszPath, pchCache, cchCache);
1047 pszPath[cchCache] = '\0';
1066 cchCache
1456 size_t cchCache = 0; local
[all...]

Completed in 60 milliseconds