Searched defs:NixPath (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/nix/src/mount/ |
D | linux.rs | 59 pub fn mount<P1: ?Sized + NixPath, P2: ?Sized + NixPath, P3: ?Sized + NixPath, P4: ?Sized + NixPath… in mount() 67 where P: ?Sized + NixPath, in mount()
|
D | bsd.rs | 326 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/ |
D | lib.rs | 106 pub trait NixPath { interface 170 impl NixPath for [u8] { impl
|
D | fcntl.rs | 194 pub fn renameat<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in renameat() 229 pub fn renameat2<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in renameat2()
|
D | unistd.rs | 547 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()
|