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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java199 public static final int EINPROGRESS = placeholder(); field in class:OsConstants
750 if (errno == EINPROGRESS) {
751 return "EINPROGRESS";

Completed in 53 milliseconds