flistxattr

Function flistxattr 

Source
pub fn flistxattr(fd: RawFd) -> Result<Vec<OsString>>
Expand description

Retrieves the list of extended attribute names associated with the file specified by the open file descriptor fd in the filesystem.

For more infomation, see flistxattr(2)