const syscall.ENOENT
14 uses
syscall (current package)
exec_linux.go#L746: if err := writeSetgroups(pid, sys.GidMappingsEnableSetgroups); err != nil && err != ENOENT {
syscall_linux.go#L385: 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#L1256: ENOENT = Errno(0x2)
internal/poll
errno_unix.go#L16: errENOENT error = syscall.ENOENT
errno_unix.go#L29: case syscall.ENOENT:
internal/syscall/unix
fchmodat_linux.go#L38: if err == syscall.ENOENT {
time
zoneinfo.go#L686: } 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.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. |