Documentation ¶
Index ¶
- func FdClose(fd int) error
- func MkdirAt(fd int, path string, mode uint32) error
- func MkdirOpen(dir int, path string) (int, error)
- func MkdirOpenWriteTmp(dir int, prefix, path string, fn func(int) error) (int, error)
- func OpenAt(fd int, path string, flags int, mode uint32) (*os.File, error)
- func OpenAtSlurpClose(dir int, path string) ([]byte, error)
- func OpenDirAt(dir int, path string) (int, error)
- func OpenReadAt(fd int, path string) (*os.File, error)
- func OpenTruncAt(fd int, path string) (*os.File, error)
- func OpenTruncAt3(fd int, path string, mode uint32) (*os.File, error)
- func OpenWriteAt(fd int, path string) (*os.File, error)
- func OpenWriteClose(dir int, path string, mode uint32, data []byte) error
- func OpenWriteTmp(dir int, path string, mode uint32, data []byte) error
- func TmpName(prefix string) (string, error)
- func TouchAt(dir int, path string) error
- type Tai64N
- func (t Tai64N) MarshalBinary() ([]byte, error)
- func (t Tai64N) MarshalJSON() ([]byte, error)
- func (t Tai64N) MarshalText() ([]byte, error)
- func (t Tai64N) String() string
- func (t *Tai64N) UnmarshalBinary(pack []byte) error
- func (t *Tai64N) UnmarshalJSON(b []byte) error
- func (t *Tai64N) UnmarshalText(fmt []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MkdirOpenWriteTmp ¶
Types ¶
type Tai64N ¶
Click to show internal directories.
Click to hide internal directories.