Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOsConstants.java198 public static final int EILSEQ = placeholder(); field in OsConstants
747 if (errno == EILSEQ) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp159 initConstant(env, c, "EILSEQ", EILSEQ); in OsConstants_initConstants()