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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java215 public static final int ENOSYS = placeholder(); field in class:OsConstants
804 if (errno == ENOSYS) {
805 return "ENOSYS";

Completed in 93 milliseconds