Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/mount/
Dlinux.rs61 P1: ?Sized + NixPath, in mount()
62 P2: ?Sized + NixPath, in mount()
63 P3: ?Sized + NixPath, in mount()
64 P4: ?Sized + NixPath, in mount()
74 P: ?Sized + NixPath, in mount()
Dbsd.rs364 P1: ?Sized + NixPath, in str_opt_owned()
365 P2: ?Sized + NixPath, in str_opt_owned()
444 pub fn unmount<P>(mountpoint: &P, flags: MntFlags) -> Result<()> in unmount()
/third_party/rust/crates/nix/src/
Dlib.rs181 pub trait NixPath { interface
247 impl NixPath for [u8] { impl