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

/vbox/src/VBox/Storage/
H A DQCOW.cpp118 #define QCOW_MAGIC UINT32_C(0x514649fb) /* QFI\0xfb */ macro
337 if (pHeader->u32Magic != QCOW_MAGIC)
382 pHeader->u32Magic = RT_H2BE_U32(QCOW_MAGIC);

Completed in 123 milliseconds