OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QCOW_VERSION
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/
snapshot.c
45
#define
QCOW_VERSION
2
277
if (version !=
QCOW_VERSION
) {
279
QCOW_VERSION
, version);
/external/qemu/block/
qcow2.h
35
#define
QCOW_VERSION
2
qcow.c
34
#define
QCOW_VERSION
1
87
be32_to_cpu(cow_header->version) ==
QCOW_VERSION
)
110
if (header.magic != QCOW_MAGIC || header.version !=
QCOW_VERSION
)
769
header.version = cpu_to_be32(
QCOW_VERSION
);
Completed in 140 milliseconds