devela::_dep::rustix::fs

Function llistxattr

pub fn llistxattr<P>(path: P, list: &mut [u8]) -> Result<usize, Errno> 
where P: Arg,
Available on crate feature dep_rustix only.
Expand description

llistxattr(path, list.as_ptr(), list.len())—List extended filesystem attributes, without following symlinks in the last path component.

§References