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

/vbox/src/VBox/Storage/
H A DQCOW.cpp120 #define QCOW_V1_HDR_SIZE (48) macro
394 *pcbHeader = QCOW_V1_HDR_SIZE;
1253 pImage->offL1Table = QCOW_V1_HDR_SIZE;
1256 pImage->offNextCluster = RT_ALIGN_64(QCOW_V1_HDR_SIZE + pImage->cbL1Table, pImage->cbCluster);

Completed in 734 milliseconds