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

/vbox/src/VBox/Storage/testcase/
H A DtstVDCopy.cpp63 PVBOXHDD pVD1 = NULL; local
80 if (pVD1) \
81 VDCloseAll(pVD1); \
106 rc = VDCreate(pVDIfs, VDTYPE_HDD, &pVD1);
112 rc = VDOpen(pVD1, pszVD1, argv[1], VD_OPEN_FLAGS_NORMAL, NULL);
121 cbSize1 = VDGetSize(pVD1, 0);
123 cbSize2 = VDGetSize(pVD1, 0);
135 rc = VDRead(pVD1, uOffCurr, pbBuf1, cbRead);
162 VDClose(pVD1, false);
168 VDDestroy(pVD1);
[all...]

Completed in 48 milliseconds