Function llistxattr
Source pub fn llistxattr<P: Arg, Buf: Buffer<u8>>(
path: P,
list: Buf,
) -> Result<Buf::Output>
Available on crate feature fs
only.
Expand description
llistxattr(path, list.as_ptr(), list.len())
—List extended filesystem
attributes, without following symlinks in the last path component.
§References