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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java156 public static final int EAI_BADFLAGS = placeholder(); field in class:OsConstants
609 if (error == EAI_BADFLAGS) {
610 return "EAI_BADFLAGS";

Completed in 9 milliseconds