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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java214 public static final int ENOSTR = placeholder(); field in class:OsConstants
809 if (errno == ENOSTR) {
810 return "ENOSTR";

Completed in 8 milliseconds