openat2

Function openat2 

Source
pub fn openat2(
    dirfd: c_int,
    pathname: &CStr,
    open_how: &OpenHow,
) -> Result<c_long>
Expand description

Wrapper around the openat2 syscall.