Documentation
¶
Index ¶
- Constants
- func Chmod(path *byte, mode Mode) int32
- func GetTimeOfDay(t *libc.TimeVal, p unsafe.Pointer) int32
- func Ioctl(fd uintptr, req uintptr, args ...interface{}) int32
- func IsDir(mode Mode) int32
- func Mkdir(path *byte, mode Mode) int32
- func Stat(path *byte, dst *StatRes) int32
- type Mode
- type StatRes
Constants ¶
View Source
const ( O_RDONLY = int32(os.O_RDONLY) O_WRONLY = int32(os.O_WRONLY) O_RDWR = int32(os.O_RDWR) O_CREAT = int32(os.O_CREATE) O_EXCL = int32(os.O_EXCL) O_TRUNC = int32(os.O_TRUNC) )
View Source
const FIONREAD uintptr = 21531
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.