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

/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp2493 char *pszCacheFormat = NULL; /**< The format backend to use for the cache image. */ local
2777 rc = CFGMR3QueryStringAlloc(pCurNode, "CacheFormat", &pszCacheFormat);
3160 rc = VDCacheOpen(pThis->pDisk, pszCacheFormat, pszCachePath, VD_OPEN_FLAGS_NORMAL, pThis->pVDIfsCache);
3167 if (RT_VALID_PTR(pszCacheFormat))
3168 MMR3HeapFree(pszCacheFormat);

Completed in 56 milliseconds