Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dmod.rs422 pub struct QcowFile { struct
423 inner: Mutex<QcowFileInner>, argument
444 impl DiskFile for QcowFile {} argument
446 impl DiskFlush for QcowFile { implementation
454 impl QcowFile { impl
456 pub fn from(mut file: File, params: DiskFileParams) -> Result<QcowFile> { in from()
624 pub fn new(file: File, params: DiskFileParams, virtual_size: u64) -> Result<QcowFile> { in new()
634 ) -> Result<QcowFile> { in new_from_backing()
661 ) -> Result<QcowFile> { in new_from_header()
1459 impl Drop for QcowFile { implementation
[all …]