Searched defs:ENOLCK (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java206 public static final int ENOLCK = placeholder(); field in class:OsConstants
785 if (errno == ENOLCK) {
786 return "ENOLCK";

Completed in 9 milliseconds