Searched defs:qcow (Results 1 – 2 of 2) sorted by relevance
549 let mut qcow = QcowFile { in from() localVariable602 let mut qcow = Self::from(file)?; in new_from_header() localVariable1958 let mut qcow = QcowFile::from(disk_file).expect("Failed to create file."); in test_header_1_tb_file() localVariable
21 mod qcow; module