Skip to main content

getdents

Function getdents 

Source
pub fn getdents(fd: u32) -> Result<Vec<DirEntry>, SyscallError>
Expand description

Read directory entries from an open directory fd.