func internal/syscall/unix.Openat
2 uses
internal/syscall/unix (current package)
at.go#L29: func Openat(dirfd int, path string, flags int, perm uint32) (int, error) {
os
removeall_at.go#L174: r, e = unix.Openat(dirfd, name, O_RDONLY|syscall.O_CLOEXEC, 0)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)