const syscall.ENOENT
13 uses
syscall (current package)
exec_linux.go#L729: if err := writeSetgroups(pid, sys.GidMappingsEnableSetgroups); err != nil && err != ENOENT {
syscall_linux.go#L389: return "", ENOENT
syscall_unix.go#L127: return e == ENOENT
syscall_unix.go#L147: errENOENT error = ENOENT
syscall_unix.go#L160: 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#L689: } else if err != syscall.ENOENT {
zoneinfo_read.go#L508: return nil, syscall.ENOENT
zoneinfo_read.go#L539: if firstErr == nil && err != syscall.ENOENT {
zoneinfo_read.go#L550: if firstErr == nil && err != syscall.ENOENT {
zoneinfo_read.go#L561: if firstErr == nil && err != syscall.ENOENT {
![]() |
The pages are generated with Golds v0.7.6. (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. |