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

/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp153 char *pszIoBackend; member in struct:VDTESTGLOB
2057 RTStrFree(pGlob->pszIoBackend);
2058 pGlob->pszIoBackend = RTStrDup(pcszBackend);
2059 if (!pGlob->pszIoBackend)
2110 rc = VDIoBackendStorageCreate(pGlob->pIoBackend, pGlob->pszIoBackend,
2709 GlobTest.pszIoBackend = RTStrDup("memory");
2710 if (!GlobTest.pszIoBackend)
2777 RTStrFree(GlobTest.pszIoBackend);

Completed in 289 milliseconds