package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Oct 14, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
- Constants
-
func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error)
-
func Fsetxattr(fd int, attr string, value []byte, flags int) error
-
func Lgetxattr(path, attr string, dest []byte) (sz int, err error)
-
func Lsetxattr(path, attr string, value []byte, flags int) (err error)
Fgetxattr returns the extended attribute from the path name.
Fsetxattr sets the extended attribute on the path name
Lgetxattr returns the extended attribute from the path name.
Lsetxattr sets the extended attribute on the path name
Source Files
¶
Click to show internal directories.
Click to hide internal directories.