Home
last modified time | relevance | path

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

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