Searched refs:ELOOP (Results 1 – 6 of 6) sorted by relevance
123 static final int ELOOP = OsConstants.ELOOP; field in UnixConstants
266 if (!followLinks && (x.errno() == ELOOP)) { in open()
781 x.setError(ELOOP); in openForAttributeAccess()783 if (x.errno() == ELOOP) in openForAttributeAccess()
650 #ifdef ELOOP in JDK_execvpe()651 case ELOOP: in JDK_execvpe()
215 public static final int ELOOP = placeholder(); field in OsConstants898 if (errno == ELOOP) { in errnoName()
168 initConstant(env, c, "ELOOP", ELOOP); in OsConstants_initConstants()