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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java204 public static final int ENOENT = placeholder(); field in class:OsConstants
779 if (errno == ENOENT) {
780 return "ENOENT";

Completed in 1357 milliseconds