type syscall.Stat_t
12 uses
syscall (current package)
syscall_linux.go#L182: var st Stat_t
syscall_linux_amd64.go#L65: func Stat(path string, stat *Stat_t) (err error) {
syscall_linux_amd64.go#L73: func Lstat(path string, stat *Stat_t) (err error) {
zsyscall_linux_amd64.go#L1105: func Fstat(fd int, stat *Stat_t) (err error) {
zsyscall_linux_amd64.go#L1447: func fstatat(fd int, path string, stat *Stat_t, flags int) (err error) {
ztypes_linux_amd64.go#L101: type Stat_t struct {
internal/poll
fd_unix.go#L637: func (fd *FD) Fstat(s *syscall.Stat_t) error {
internal/syscall/unix
at_fstatat.go#L14: func Fstatat(dirfd int, path string, stat *syscall.Stat_t, flags int) error {
os
file_unix.go#L186: var st syscall.Stat_t
removeall_at.go#L79: var statInfo syscall.Stat_t
stat_linux.go#L46: return time.Unix(fi.Sys().(*syscall.Stat_t).Atim.Unix())
types_unix.go#L20: sys syscall.Stat_t
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |