Function linux_unsafe::getdents64
source ยท pub unsafe fn getdents64(fd: int, dirp: *mut void, count: int) -> Result<int>Expand description
Get directory entries using the new 64-bit structure type.
Up to count bytes will be written starting at pointer dirp. The data
written there will be a series of variable-sized linux_dirent64 values,
and the return value is the number of bytes of the buffer that represent
valid entries of that type.