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;150 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()
628 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 OsConstants684 if (errno == EACCES) { in errnoName()
653 assertTrue("Unexpected errno: " + e.errno, e.errno == ENOTSUP || e.errno == EACCES); in test_xattr_Errno()671 assertTrue("Unexpected errno: " + e.errno, e.errno == ENOTSUP || e.errno == EACCES); in test_xattr_Errno()
102 errnoException.errno == EPERM || errnoException.errno == EACCES) { in bind()
124 initConstant(env, c, "EACCES", EACCES); in OsConstants_initConstants()