Searched refs:EACCES (Results 1 – 11 of 11) sorted by relevance
110 static final int EACCES = OsConstants.EACCES; field in UnixConstants
83 if (errno() == UnixConstants.EACCES) in translateToIOException()
44 import static android.system.OsConstants.EACCES;134 if (((ErrnoException) gaiException.getCause()).errno == EACCES) { in lookupHostByName()
237 else if (errno == ENOENT || errno == ENOTDIR || errno == EACCES || errno == ENOTCONN) { in canonicalize()
219 if ((cmd == F_SETLK64) && (errno == EAGAIN || errno == EACCES)) in FileDispatcherImpl_lock0()
623 case EACCES: in JDK_execvpe()
337 private static final int EACCES = 13; field in FileSystemPreferences925 if (errorCode == EACCES)985 if (result == EACCES)
164 public static final int EACCES = placeholder(); field in OsConstants680 if (errno == EACCES) { in errnoName()
103 errnoException.errno == EPERM || errnoException.errno == EACCES) { in bind()
642 assertEquals(root ? ENOTSUP : EACCES, e.errno); in test_xattr_Errno()
124 initConstant(env, c, "EACCES", EACCES); in OsConstants_initConstants()