Home
last modified time | relevance | path

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

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