Home
last modified time | relevance | path

Searched defs:QcowFile (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/disk/src/qcow/
Dmod.rs390 pub struct QcowFile { struct
405 impl QcowFile { argument
407 pub fn from(mut file: File, max_nesting_depth: u32) -> Result<QcowFile> { in from()
565 pub fn new(file: File, virtual_size: u64) -> Result<QcowFile> { in new()
575 ) -> Result<QcowFile> { in new_from_backing()
599 ) -> Result<QcowFile> { in new_from_header()
1403 impl Drop for QcowFile { implementation
1409 impl AsRawDescriptors for QcowFile { implementation
1419 impl Read for QcowFile { implementation
1442 impl Seek for QcowFile { implementation
[all …]