Home
last modified time | relevance | path

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

/external/crosvm/disk/src/
Ddisk.rs110 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>>; in to_async_disk()
114 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>> { in to_async_disk()
353 pub trait AsyncDisk: DiskGetLen + FileSetLen + FileAllocate { trait