func syscall.Open
6 uses
syscall (current package)
exec_linux.go#L654: fd, err := Open(path, O_RDWR, 0)
exec_linux.go#L677: fd, err := Open(sgf, O_RDWR, 0)
syscall_linux.go#L117: return Open(path, O_CREAT|O_WRONLY|O_TRUNC, mode)
syscall_linux.go#L271: func Open(path string, mode int, perm uint32) (fd int, err error) {
os
file_open_unix.go#L15: fd, err := syscall.Open(path, flag, perm)
time
sys_unix.go#L28: fd, err := syscall.Open(name, syscall.O_RDONLY, 0)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |