func internal/syscall/unix.Fstatat
4 uses
internal/syscall/unix (current package)
at_fstatat.go#L14: func Fstatat(dirfd int, path string, stat *syscall.Stat_t, flags int) error {
internal/poll
fstatat_unix.go#L20: return unix.Fstatat(fd.Sysfd, name, s, flags)
os
root_unix.go#L134: if err := unix.Fstatat(parent, n, &fs.sys, unix.AT_SYMLINK_NOFOLLOW); err != nil {
root_unix.go#L262: if err := unix.Fstatat(parent, 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. |