nix::sys::stat

Function fstatat

Source
pub fn fstatat<Fd: AsFd, P: ?Sized + NixPath>(
    dirfd: Fd,
    pathname: &P,
    f: AtFlags,
) -> Result<FileStat>