Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/test/sys/
Dtest_aio.rs81 let mut aiof = Box::pin(AioFsync::new( in error() localVariable
98 let mut aiof = Box::pin(AioFsync::new( in ok() localVariable
/third_party/rust/crates/nix/src/sys/
Daio.rs1199 let aiof = AioFsync::new(666, AioFsyncMode::O_SYNC, 0, sev); in casting() localVariable