Searched defs:CDISK_MAGIC (Results 1 – 3 of 3) sorted by relevance
170 const CDISK_MAGIC: &str = "composite_disk\x1d"; in detect_image_type() constant
170 pub const CDISK_MAGIC: &str = "composite_disk\x1d"; constant
54 static const std::string CDISK_MAGIC = "composite_disk\x1d"; variable