Home
last modified time | relevance | path

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

/external/rust/crates/nix/src/mount/
Dlinux.rs59 pub fn mount<P1: ?Sized + NixPath, P2: ?Sized + NixPath, P3: ?Sized + NixPath, P4: ?Sized + NixPath… in mount()
67 where P: ?Sized + NixPath, in mount()
Dbsd.rs326 where P1: ?Sized + NixPath, in str_opt_owned()
327 P2: ?Sized + NixPath in str_opt_owned()
418 pub fn unmount<P>(mountpoint: &P, flags: MntFlags) -> Result<()> in unmount()
/external/rust/crates/nix/src/
Dlib.rs106 pub trait NixPath { interface
170 impl NixPath for [u8] { impl
Dfcntl.rs194 pub fn renameat<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in renameat()
229 pub fn renameat2<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in renameat2()
Dunistd.rs547 pub fn symlinkat<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in symlinkat()
2481 pub fn pivot_root<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in pivot_root()