package system
import "github.com/dotcloud/docker/pkg/system"
Index ¶
- Variables
- func GetLastAccess(stat *syscall.Stat_t) syscall.Timespec
- func GetLastModification(stat *syscall.Stat_t) syscall.Timespec
- func LUtimesNano(path string, ts []syscall.Timespec) error
- func Lgetxattr(path string, attr string) ([]byte, error)
- func Lsetxattr(path string, attr string, data []byte, flags int) error
- func UtimesNano(path string, ts []syscall.Timespec) error
Variables ¶
Functions ¶
func GetLastAccess ¶
func GetLastModification ¶
func LUtimesNano ¶
func Lgetxattr ¶
Returns a nil slice and nil error if the xattr is not set
func Lsetxattr ¶
func UtimesNano ¶
Source Files ¶
errors.go stat_linux.go utimes_linux.go xattrs_linux.go
- Version
- v1.3.2
- Published
- Nov 24, 2014
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 minute ago –
Tools for package owners.