Function uapi::fchmodat

source · []
pub fn fchmodat<'a>(
    dirfd: c_int,
    pathname: impl IntoUstr<'a>,
    mode: mode_t,
    flags: c_int
) -> Result<()>
Expand description