Searched refs:EISDIR (Results 1 – 10 of 10) sorted by relevance
113 static final int EISDIR = OsConstants.EISDIR; field in UnixConstants
264 if (flags.createNew && (x.errno() == EISDIR)) { in open()
456 if (x.errno() != EXDEV && x.errno() != EISDIR) { in move()
402 if (x.errno() == EISDIR) in createDirectory()
93 errno = EISDIR; in handleOpen()
339 public static final int EISDIR; field in OsConstants340 static { EISDIR = 0; }
272 public static final int EISDIR = placeholder(); field in OsConstants1092 if (errno == EISDIR) { in errnoName()
564 throw new ErrnoException("open", EISDIR); in open()
172 initConstant(env, c, "EISDIR", EISDIR); in OsConstants_initConstants()
256 field public static final int EISDIR;