Searched refs:E2BIG (Results 1 – 4 of 4) sorted by relevance
216 public static final int E2BIG; field in OsConstants217 static { E2BIG = 0; }
231 public static final int E2BIG = placeholder(); field in OsConstants1002 if (errno == E2BIG) { in errnoName()
129 initConstant(env, c, "E2BIG", E2BIG); in OsConstants_initConstants()
215 field public static final int E2BIG;