Home
last modified time | relevance | path

Searched refs:FlushIn (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/fuse/src/
Dsys.rs804 pub struct FlushIn { struct
810 unsafe impl DataInit for FlushIn {} argument
Dserver.rs867 let FlushIn { in flush() localVariable
872 } = FlushIn::from_reader(&mut r).map_err(Error::DecodeMessage)?; in flush()