Function rustix::fs::llistxattr
source · pub fn llistxattr<P: Arg>(path: P, list: &mut [c_char]) -> Result<usize>Expand description
llistxattr(path, list.as_ptr(), list.len())—List extended filesystem
attributes, without following symlinks in the last path component.