Home
last modified time | relevance | path

Searched refs:QCOW2_MAGIC (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc55 static const std::string QCOW2_MAGIC = "QFI\xfb"; variable
199 if (android::base::StartsWith(magic, QCOW2_MAGIC)) { in ExpandedStorageSize()