Searched refs:pszFilterName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp2250 char *pszFilterName = NULL; local
2254 rc = CFGMR3QueryStringAlloc(pCfgFilter, "FilterName", &pszFilterName);
2265 rc = VDFilterAdd(pThis->pDisk, pszFilterName, VD_FILTER_FLAGS_DEFAULT, pVDIfsFilter);
2267 MMR3HeapFree(pszFilterName);

Completed in 70 milliseconds