type syscall.Stat_t
13 uses
syscall (current package)
zsyscall_darwin_amd64.go#L1968: func Fstat(fd int, stat *Stat_t) (err error) {
zsyscall_darwin_amd64.go#L2013: func Lstat(path string, stat *Stat_t) (err error) {
zsyscall_darwin_amd64.go#L2033: func Stat(path string, stat *Stat_t) (err error) {
zsyscall_darwin_amd64.go#L2073: func fstatat(fd int, path string, stat *Stat_t, flags int) (err error) {
ztypes_darwin_amd64.go#L65: type Stat_t struct {
github.com/go-git/go-git/v5
worktree_bsd.go#L14: if os, ok := sys.(*syscall.Stat_t); ok {
internal/poll
fd_unix.go#L468: func (fd *FD) Fstat(s *syscall.Stat_t) error {
internal/syscall/unix
at_darwin.go#L20: func Fstatat(dirfd int, path string, stat *syscall.Stat_t, flags int) error {
at_darwin.go#L31: func fstatat(dirfd int, path string, stat *syscall.Stat_t, flags int) error
os
file_unix.go#L145: var st syscall.Stat_t
removeall_at.go#L77: var statInfo syscall.Stat_t
stat_darwin.go#L50: return timespecToTime(fi.Sys().(*syscall.Stat_t).Atimespec)
types_unix.go#L21: sys syscall.Stat_t
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |