Retrieves all extended attribute of a file descriptor.
fn flistxattr(fd: i32, list: &mut [u8]) -> i64
| Name | Description |
|---|---|
| fd | The file descriptor. |
| list | The buffer in which the attributes will be placed. |
Returns the size of all attributes or an error value.