pub fn sys_openat(
    _fd: usize,
    path: *const c_char,
    flags: c_int,
    mode: mode_t
) -> c_int
Available on crate feature fs only.
Expand description

Open a file under a specific dir

TODO: Currently only support openat root directory