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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java187 public static final int EINVAL = placeholder(); field in class:OsConstants
728 if (errno == EINVAL) {
729 return "EINVAL";

Completed in 1633 milliseconds