rustix::backend::fs::syscalls

Function getdents

Source
pub(crate) fn getdents(fd: BorrowedFd<'_>, dirent: &mut [u8]) -> Result<usize>