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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java196 public static final int ENAMETOOLONG = placeholder(); field in class:OsConstants
755 if (errno == ENAMETOOLONG) {
756 return "ENAMETOOLONG";

Completed in 13 milliseconds