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

/vbox/src/VBox/Storage/
H A DQCOW.cpp1748 uint64_t offImage = 0; local
1782 rc = qcowConvertToImageOffset(pImage, pIoCtx, idxL1, idxL2, offCluster, &offImage);
1785 offImage, pIoCtx, cbToWrite, NULL, NULL);
H A DQED.cpp1842 uint64_t offImage = 0; local
1876 rc = qedConvertToImageOffset(pImage, pIoCtx, idxL1, idxL2, offCluster, &offImage);
1879 offImage, pIoCtx, cbToWrite, NULL, NULL);

Completed in 57 milliseconds