Searched refs:EMFILE (Results 1 – 8 of 8) sorted by relevance
276 public static final int EMFILE = placeholder(); field in OsConstants1100 if (errno == EMFILE) { in errnoName()
269 throw new ErrnoException("onOpen", OsConstants.EMFILE);
80 const bool hitFdLimit = errno == EMFILE || errno == ENFILE; in dupChannelFd()
193 initConstant(env, c, "EMFILE", EMFILE); in OsConstants_initConstants()
979 case -EMFILE: in signalExceptionForError()
1372 EXPECT_THAT(parcel.write(tooManyFds1), StatusEq(-EMFILE)); in TEST_F()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27745 field public static final int EMFILE;