const syscall.ENOTDIR
9 uses
syscall (current package)
zerrors_linux_amd64.go#L1273: ENOTDIR = Errno(0x14)
os
file_unix.go#L384: if e1 != syscall.ENOTDIR {
path.go#L26: return &PathError{Op: "mkdir", Path: path, Err: syscall.ENOTDIR}
removeall_at.go#L96: if err == syscall.ENOTDIR {
root_unix.go#L90: if !isCreateExcl && (isNoFollowErr(err) || err == syscall.ENOTDIR) {
root_unix.go#L118: if isNoFollowErr(err) || err == syscall.ENOTDIR {
root_unix.go#L124: err = syscall.ENOTDIR
root_unix.go#L230: if e1 != syscall.ENOTDIR {
path/filepath
symlink.go#L92: return "", syscall.ENOTDIR
![]() |
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. |