Home
last modified time | relevance | path

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

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