Searched defs:EPIPE (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DOsConstants.java162 public static final int EPIPE = placeholder(); field in class:OsConstants
712 if (errno == EPIPE) {
713 return "EPIPE";

Completed in 48 milliseconds