const os.O_RDONLY
5 uses
os (current package)
file.go#L80: O_RDONLY int = syscall.O_RDONLY // open the file read-only.
file.go#L365: return OpenFile(name, O_RDONLY, 0)
file_unix.go#L309: r, s, e = open(name, O_RDONLY|syscall.O_CLOEXEC, 0)
getwd.go#L87: fd, err := openFileNolog(parent, O_RDONLY, 0)
removeall_at.go#L172: r, e = unix.Openat(dirfd, name, O_RDONLY|syscall.O_CLOEXEC|syscall.O_DIRECTORY|syscall.O_NOFOLLOW, 0)
 |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |