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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java224 public static final int EOVERFLOW = placeholder(); field in class:OsConstants
839 if (errno == EOVERFLOW) {
840 return "EOVERFLOW";

Completed in 8 milliseconds