Skip to main content

fstatat

Function fstatat 

Source
pub fn fstatat<P>(dirfd: i32, pathname: &P, f: AtFlags) -> Result<stat, Errno>
where P: NixPath + ?Sized,