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)

func Lsetxattr

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

func SetCloneFlags

func SetCloneFlags(cmd *exec.Cmd, flag uintptr)

func UsetCloseOnExec

func UsetCloseOnExec(fd uintptr) error

func UtimesNano

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

Source Files

errors.go stat_unsupported.go unsupported.go utimes_unsupported.go xattrs_unsupported.go

Version
v0.9.1
Published
Mar 25, 2014
Platform
windows/amd64
Imports
3 packages
Last checked
2 minutes ago

Tools for package owners.