Home
last modified time | relevance | path

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

/external/rust/crates/nix/src/
Dmount.rs57 pub fn mount<P1: ?Sized + NixPath, P2: ?Sized + NixPath, P3: ?Sized + NixPath, P4: ?Sized + NixPath… in mount()
65 where P: ?Sized + NixPath, in mount()
Dlib.rs166 pub trait NixPath { interface
225 impl NixPath for [u8] { impl
Dfcntl.rs190 pub fn renameat<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in renameat()
Dunistd.rs546 pub fn symlinkat<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in symlinkat()
2447 pub fn pivot_root<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in pivot_root()