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

/vbox/src/VBox/Storage/testcase/
H A DtstVDCopy.cpp119 uint64_t cbSize2 = 0; local
123 cbSize2 = VDGetSize(pVD1, 0);
126 if (cbSize1 == cbSize2)
160 RTPrintf("tstVDCopy: Images have different size hdd1=%llu hdd2=%llu\n", cbSize1, cbSize2);

Completed in 41 milliseconds