const internal/syscall/unix.AT_SYMLINK_NOFOLLOW
9 uses
internal/syscall/unix (current package)
at_sysnum_linux.go#L23: AT_SYMLINK_NOFOLLOW = 0x100
fchmodat_linux.go#L50: return syscall.Fchmodat(AT_FDCWD, procPath, mode, flags&^AT_SYMLINK_NOFOLLOW)
os
root_unix.go#L134: if err := unix.Fstatat(parent, n, &fs.sys, unix.AT_SYMLINK_NOFOLLOW); err != nil {
root_unix.go#L180: return unix.Fchmodat(parent, name, syscallMode(mode), unix.AT_SYMLINK_NOFOLLOW)
root_unix.go#L188: return unix.Fchownat(parent, name, uid, gid, unix.AT_SYMLINK_NOFOLLOW)
root_unix.go#L195: return unix.Fchownat(parent, name, uid, gid, unix.AT_SYMLINK_NOFOLLOW)
root_unix.go#L203: return unix.Utimensat(parent, name, &utimes, unix.AT_SYMLINK_NOFOLLOW)
root_unix.go#L262: if err := unix.Fstatat(parent, name, &fs.sys, unix.AT_SYMLINK_NOFOLLOW); err != nil {
statat_unix.go#L15: if err := f.pfd.Fstatat(name, &fs.sys, unix.AT_SYMLINK_NOFOLLOW); err != nil {
 |
The pages are generated with Golds v0.8.4. (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. |