Home
last modified time | relevance | path

Searched refs:EILSEQ (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java321 public static final int EILSEQ; field in OsConstants
322 static { EILSEQ = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java266 public static final int EILSEQ = placeholder(); field in OsConstants
1074 if (errno == EILSEQ) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp166 initConstant(env, c, "EILSEQ", EILSEQ); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt250 field public static final int EILSEQ;