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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp885 static int rtDbgCfgTryOpenCache(PRTDBGCFGINT pThis, char *pszPath, size_t cchCachePath, argument
890 Assert(pszPath[cchCachePath] == '\0');
934 memcpy(pszPath, szBackup, cchCachePath);
936 pszPath[cchCachePath] = '\0';

Completed in 49 milliseconds