type syscall.Stat_t
13 uses
syscall (current package)
syscall_linux.go#L182: var st Stat_t
syscall_linux_amd64.go#L60: func Stat(path string, stat *Stat_t) (err error) {
syscall_linux_amd64.go#L68: func Lstat(path string, stat *Stat_t) (err error) {
zsyscall_linux_amd64.go#L1109: func Fstat(fd int, stat *Stat_t) (err error) {
zsyscall_linux_amd64.go#L1431: func fstatat(fd int, path string, stat *Stat_t, flags int) (err error) {
ztypes_linux_amd64.go#L99: type Stat_t struct {
internal/poll
fd_unix.go#L639: func (fd *FD) Fstat(s *syscall.Stat_t) error {
fstatat_unix.go#L14: func (fd *FD) Fstatat(name string, s *syscall.Stat_t, flags int) error {
internal/syscall/unix
at_fstatat.go#L14: func Fstatat(dirfd int, path string, stat *syscall.Stat_t, flags int) error {
fchmodat_linux.go#L36: var st syscall.Stat_t
os
file_unix.go#L168: var st syscall.Stat_t
stat_linux.go#L47: 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.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. |