Searched refs:EISDIR (Results 1 – 8 of 8) sorted by relevance
113 static final int EISDIR = OsConstants.EISDIR; field in UnixConstants
261 if (flags.createNew && (x.errno() == EISDIR)) { in open()
456 if (x.errno() != EXDEV && x.errno() != EISDIR) { in move()
389 if (x.errno() == EISDIR) in createDirectory()
84 errno = EISDIR; in handleOpen()
214 public static final int EISDIR = placeholder(); field in OsConstants895 if (errno == EISDIR) { in errnoName()
482 throw new ErrnoException("open", EISDIR); in open()
167 initConstant(env, c, "EISDIR", EISDIR); in OsConstants_initConstants()