Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOsConstants.java176 public static final int EAI_OVERFLOW = placeholder(); field in OsConstants
655 if (error == EAI_OVERFLOW) { in gaiName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp135 #if defined(EAI_OVERFLOW) in OsConstants_initConstants()
136 initConstant(env, c, "EAI_OVERFLOW", EAI_OVERFLOW); in OsConstants_initConstants()