Home
last modified time | relevance | path

Searched refs:ENODEV (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c634 #ifdef ENODEV in JDK_execvpe()
635 case ENODEV: in JDK_execvpe()
/libcore/luni/src/main/java/android/system/
DOsConstants.java217 public static final int ENODEV = placeholder(); field in OsConstants
804 if (errno == ENODEV) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp178 initConstant(env, c, "ENODEV", ENODEV); in OsConstants_initConstants()