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

/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp2492 char *pszCachePath = NULL; /**< The path to the cache image. */ local
2765 rc = CFGMR3QueryStringAlloc(pCurNode, "CachePath", &pszCachePath);
2775 if (pszCachePath)
3132 && RT_VALID_PTR(pszCachePath))
3160 rc = VDCacheOpen(pThis->pDisk, pszCacheFormat, pszCachePath, VD_OPEN_FLAGS_NORMAL, pThis->pVDIfsCache);
3165 if (RT_VALID_PTR(pszCachePath))
3166 MMR3HeapFree(pszCachePath);

Completed in 41 milliseconds