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

/libcore/luni/src/main/java/libcore/io/
H A DOsConstants.java107 public static final int ECANCELED = placeholder(); field in class:OsConstants
547 if (errno == ECANCELED) {
548 return "ECANCELED";

Completed in 11 milliseconds