const syscall.ENOENT
13 uses
syscall (current package)
exec_linux.go#L709: if err := writeSetgroups(pid, sys.GidMappingsEnableSetgroups); err != nil && err != ENOENT {
syscall_linux.go#L377: return "", ENOENT
syscall_unix.go#L125: return e == ENOENT
syscall_unix.go#L145: errENOENT error = ENOENT
syscall_unix.go#L158: case ENOENT:
zerrors_linux_amd64.go#L1258: ENOENT = Errno(0x2)
internal/poll
errno_unix.go#L16: errENOENT error = syscall.ENOENT
errno_unix.go#L29: case syscall.ENOENT:
time
zoneinfo.go#L685: } else if err != syscall.ENOENT {
zoneinfo_read.go#L506: return nil, syscall.ENOENT
zoneinfo_read.go#L537: if firstErr == nil && err != syscall.ENOENT {
zoneinfo_read.go#L548: if firstErr == nil && err != syscall.ENOENT {
zoneinfo_read.go#L559: if firstErr == nil && err != syscall.ENOENT {
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. |