fgetxattr

Function fgetxattr 

Source
pub fn fgetxattr<S>(fd: RawFd, name: S) -> Result<Vec<u8>>
where S: AsRef<OsStr>,
Expand description

Retrieves the value of the extended attribute identified by name and associated with the file specified by the open file descriptor fd in the filesystem.

For more information, see fgetxattr(2)