pub fn llistxattr<P: AsRef<Path>>(path: P) -> Result<Vec<OsString>>Expand description
Retrieves the list of extended attribute names associated with the given path
in the filesystem. If path is a symbolic link, the list of names associated
with the link itself will be returned.
For more infomation, see llistxattr(2)