Function arceos_posix_api::sys_openat
source · pub fn sys_openat(
_fd: usize,
path: *const c_char,
flags: c_int,
mode: mode_t
) -> c_intAvailable on crate feature
fs only.Expand description
Open a file under a specific dir
TODO: Currently only support openat root directory