Function rustix::fs::lgetxattr

source ·
pub fn lgetxattr<P: Arg, Name: Arg>(
    path: P,
    name: Name,
    value: &mut [u8],
) -> Result<usize>
Expand description

lgetxattr(path, name, value.as_ptr(), value.len())—Get extended filesystem attributes, without following symlinks in the last path component.

§References