package
0.0.0-20240818021530-f5e744f7964a
Repository: https://github.com/kaisenlinux/docker.git
Documentation: pkg.go.dev

# Functions

Chtimes changes the access time and modified time of a file at the given path.
FromStatT converts a syscall.Stat_t type to a system.Stat_t type This is exposed on Linux as pkg/archive/changes uses it.
IsAbs is a platform-agnostic wrapper for filepath.IsAbs.
Lgetxattr retrieves the value of the extended attribute identified by attr and associated with the given path in the file system.
Lsetxattr sets the value of the extended attribute identified by attr and associated with the given path in the file system.
Lstat takes a path to a file and returns a system.StatT type pertaining to that file.
LUtimesNano is used to change access and modification time of the specified path.
Mkdev is used to build the value of linux devices (in /dev/) which specifies major and minor number of the newly created device special file.
MkdirAll creates a directory named path along with any necessary parents, with permission specified by attribute perm for all dir created.
MkdirAllWithACL is a wrapper for os.MkdirAll on unix systems.
Mknod creates a filesystem node (file, device special file or named pipe) named path with attributes specified by mode and dev.
Stat takes a path to a file and returns a system.StatT type pertaining to that file.

# Variables

ErrNotSupportedPlatform means the platform is not supported.

# Structs

StatT type contains status of a file.
No description provided by the author