package system

import "github.com/dotcloud/docker/pkg/system"

Index

Variables

var (
	ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")
)

Functions

func GetLastAccess

func GetLastAccess(stat *syscall.Stat_t) syscall.Timespec

func GetLastModification

func GetLastModification(stat *syscall.Stat_t) syscall.Timespec

func LUtimesNano

func LUtimesNano(path string, ts []syscall.Timespec) error

func Lgetxattr

func Lgetxattr(path string, attr string) ([]byte, error)

Returns a nil slice and nil error if the xattr is not set

func Lsetxattr

func Lsetxattr(path string, attr string, data []byte, flags int) error

func UtimesNano

func UtimesNano(path string, ts []syscall.Timespec) error

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.