Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java237 public static final int EAFNOSUPPORT = placeholder(); field in OsConstants
1016 if (errno == EAFNOSUPPORT) { in errnoName()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp152 initConstant(env, c, "EAFNOSUPPORT", EAFNOSUPPORT); in OsConstants_initConstants()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1160 if (errno == EAFNOSUPPORT) { in testSupportVsockLoopback()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27706 field public static final int EAFNOSUPPORT;