golang.org/x/sys/unix.FileHandle.Size (method)
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2264: func (fh *FileHandle) Size() int { return int(fh.fileHandle.Bytes) }
syscall_linux.go#L2267: n := fh.Size()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)