Home
last modified time | relevance | path

Searched refs:ENOMSG (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOsConstants.java291 public static final int ENOMSG = placeholder(); field in OsConstants
1128 if (errno == ENOMSG) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp191 initConstant(env, c, "ENOMSG", ENOMSG); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt255 field public static final int ENOMSG;