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

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

Completed in 847 milliseconds