Home
last modified time | relevance | path

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

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