Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOsConstants.java224 /** @hide */ public static final int ENONET = placeholder(); field in OsConstants
825 if (errno == ENONET) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp185 initConstant(env, c, "ENONET", ENONET); in OsConstants_initConstants()