const syscall.ENOTDIR

9 uses

	syscall (current package)
		zerrors_linux_amd64.go#L1273: 	ENOTDIR         = Errno(0x14)

	os
		file_unix.go#L402: 	if e1 != syscall.ENOTDIR {
		path.go#L26: 		return &PathError{Op: "mkdir", Path: path, Err: syscall.ENOTDIR}
		removeall_at.go#L91: 			if err == syscall.ENOTDIR || err == unix.NoFollowErrno {
		root_unix.go#L82: 			if isNoFollowErr(err) || err == syscall.ENOTDIR {
		root_unix.go#L103: 		if isNoFollowErr(err) || err == syscall.ENOTDIR {
		root_unix.go#L109: 			err = syscall.ENOTDIR
		root_unix.go#L156: 	if e1 != syscall.ENOTDIR {

	path/filepath
		symlink.go#L92: 				return "", syscall.ENOTDIR