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 UtimesNano

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

Source Files

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

Version
v1.3.0
Published
Oct 15, 2014
Platform
js/wasm
Imports
2 packages
Last checked
5 seconds ago

Tools for package owners.