Searched refs:ENOTDIR (Results 1 – 7 of 7) sorted by relevance
114 static final int ENOTDIR = OsConstants.ENOTDIR; field in UnixConstants
409 if (x.errno() == ENOTDIR) in newDirectoryStream()429 if (x.errno() == UnixConstants.ENOTDIR) in newDirectoryStream()
134 if (x.errno() == UnixConstants.ENOTDIR) in newDirectoryStream()
237 else if (errno == ENOENT || errno == ENOTDIR || errno == EACCES || errno == ENOTCONN) { in canonicalize()
627 case ENOTDIR: in JDK_execvpe()
231 public static final int ENOTDIR = placeholder(); field in OsConstants848 if (errno == ENOTDIR) { in errnoName()
193 initConstant(env, c, "ENOTDIR", ENOTDIR); in OsConstants_initConstants()