Searched refs:ENOTDIR (Results 1 – 7 of 7) sorted by relevance
107 static final int ENOTDIR = OsConstants.ENOTDIR; field in UnixConstants
412 if (x.errno() == ENOTDIR) in newDirectoryStream()432 if (x.errno() == UnixConstants.ENOTDIR) in newDirectoryStream()
139 if (x.errno() == UnixConstants.ENOTDIR) in newDirectoryStream()
239 else if (errno == ENOENT || errno == ENOTDIR || errno == EACCES || errno == ENOTCONN) { in canonicalize()
649 case ENOTDIR: in JDK_execvpe()
244 public static final int ENOTDIR = placeholder(); field in OsConstants976 if (errno == ENOTDIR) { in errnoName()
194 initConstant(env, c, "ENOTDIR", ENOTDIR); in OsConstants_initConstants()