Searched refs:EISDIR (Results 1 – 8 of 8) sorted by relevance
120 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()
386 if (x.errno() == EISDIR) in createDirectory()
76 errno = EISDIR; in handleOpen()
204 public static final int EISDIR = placeholder(); field in OsConstants765 if (errno == EISDIR) { in errnoName()
502 throw new ErrnoException("open", EISDIR); in open()
165 initConstant(env, c, "EISDIR", EISDIR); in OsConstants_initConstants()