HomeSort by relevance Sort by last modified time
    Searched defs:EINVAL (Results 51 - 52 of 52) sorted by null

1 23

  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 87 public static final int EINVAL = placeholder();
557 if (errno == EINVAL) {
558 return "EINVAL";
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 87 public static final int EINVAL = placeholder();
558 if (errno == EINVAL) {
559 return "EINVAL";

Completed in 62 milliseconds

1 23