os.File.checkValid (method)
19 uses
os (current package)
file.go#L114: if err := f.checkValid("read"); err != nil {
file.go#L126: if err := f.checkValid("read"); err != nil {
file.go#L149: if err := f.checkValid("write"); err != nil {
file.go#L171: if err := f.checkValid("write"); err != nil {
file.go#L199: if err := f.checkValid("write"); err != nil {
file.go#L233: if err := f.checkValid("seek"); err != nil {
file.go#L587: if err := f.checkValid("SyscallConn"); err != nil {
file_posix.go#L91: if err := f.checkValid("chmod"); err != nil {
file_posix.go#L139: if err := f.checkValid("chown"); err != nil {
file_posix.go#L152: if err := f.checkValid("truncate"); err != nil {
file_posix.go#L165: if err := f.checkValid("sync"); err != nil {
file_posix.go#L194: if err := f.checkValid("chdir"); err != nil {
file_posix.go#L205: if err := f.checkValid("SetDeadline"); err != nil {
file_posix.go#L213: if err := f.checkValid("SetReadDeadline"); err != nil {
file_posix.go#L221: if err := f.checkValid("SetWriteDeadline"); err != nil {
file_posix.go#L229: func (f *File) checkValid(op string) error {
rawconn.go#L19: if err := c.file.checkValid("SyscallConn.Control"); err != nil {
rawconn.go#L28: if err := c.file.checkValid("SyscallConn.Read"); err != nil {
rawconn.go#L37: if err := c.file.checkValid("SyscallConn.Write"); err != nil {
![]() |
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. |