pub const SYS_OPENAT: usize = 462;Expand description
Open a file relative to a directory FD.
dirfd: directory file descriptor (orAT_FDCWD)path_ptr: pointer to the path stringpath_len: length of the pathflags: open flags
Returns a file descriptor. If path_ptr is absolute, dirfd is ignored.