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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java230 public static final int ERANGE = placeholder(); field in class:OsConstants
857 if (errno == ERANGE) {
858 return "ERANGE";

Completed in 103 milliseconds