Searched refs:EPIPE (Results 1 – 5 of 5) sorted by relevance
126 case EPIPE: in SocketInputStream_socketRead0()
447 public static final int EPIPE; field in OsConstants448 static { EPIPE = 0; }
308 public static final int EPIPE = placeholder(); field in OsConstants1200 if (errno == EPIPE) { in errnoName()
208 initConstant(env, c, "EPIPE", EPIPE); in OsConstants_initConstants()
292 field public static final int EPIPE;