Lines Matching refs:EACCES
1204 // EACCES rather than EISDIR when a directory is1206 if tt.error == syscall.EISDIR && strings.HasSuffix(syscallErrStr, syscall.EACCES.Error()) {1214 // DragonFly incorrectly returns EACCES rather1216 if tt.error == syscall.EISDIR && perr.Err == syscall.EACCES {