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