Home | History | Annotate | Download | only in os

Lines Matching refs:EACCES

1204 					// EACCES rather than EISDIR when a directory is
1206 if tt.error == syscall.EISDIR && strings.HasSuffix(syscallErrStr, syscall.EACCES.Error()) {
1214 // DragonFly incorrectly returns EACCES rather
1216 if tt.error == syscall.EISDIR && perr.Err == syscall.EACCES {