Searched refs:ELOOP (Results 1 – 6 of 6) sorted by relevance
130 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()
633 #ifdef ELOOP in JDK_execvpe()634 case ELOOP: in JDK_execvpe()
205 public static final int ELOOP = placeholder(); field in OsConstants774 if (errno == ELOOP) { in errnoName()
167 initConstant(env, c, "ELOOP", ELOOP); in OsConstants_initConstants()