Documentation ¶
Index ¶
- Constants
- func Getxattr(path, attr string) ([]byte, error)
- func LGetxattr(path, attr string) ([]byte, error)
- func LListxattr(path string) ([]string, error)
- func LRemovexattr(path string, attr string) (err error)
- func LSetxattr(path string, attr string, data []byte, flags int) (err error)
- func Listxattr(path string) ([]string, error)
- func Removexattr(path string, attr string) (err error)
- func Setxattr(path string, attr string, data []byte, flags int) (err error)
Constants ¶
View Source
const ENODATA = syscall.ENODATA
Variables ¶
This section is empty.
Functions ¶
func LListxattr ¶
LListxattr lists xattrs, not following symlinks
func LRemovexattr ¶
LRemovexattr removes an xattr, not following symlinks
func Removexattr ¶
Removexattr calls syscall removexattr
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.