Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/test/
Dtest_nmount.rs4 mount::{unmount, MntFlags, Nmount},
19 Nmount::new() in ok()
41 let e = Nmount::new() in bad_fstype()
/third_party/rust/crates/nix/src/mount/
Dbsd.rs203 pub struct Nmount<'a> { struct
214 impl<'a> Nmount<'a> { argument
414 impl<'a> Drop for Nmount<'a> { implementation