Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/disk/src/
H A Ddisk.rs202 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>>; in to_async_disk() method
206 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>> { in to_async_disk() method
H A Dzstd.rs267 fn to_async_disk(self: Box<Self>, ex: &Executor) -> DiskResult<Box<dyn AsyncDisk>> { in to_async_disk() method
H A Dandroid_sparse.rs323 fn to_async_disk(self: Box<Self>, ex: &Executor) -> DiskResult<Box<dyn AsyncDisk>> { in to_async_disk() method
H A Dcomposite.rs403 fn to_async_disk(self: Box<Self>, ex: &Executor) -> crate::Result<Box<dyn AsyncDisk>> { in to_async_disk() method
/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dmod.rs1646 fn to_async_disk(self: Box<Self>, ex: &Executor) -> crate::Result<Box<dyn AsyncDisk>> { in to_async_disk() method