HomeSort by relevance Sort by last modified time
    Searched refs:errnoName (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/libcore/io/
ErrnoException.java 48 String errnoName = OsConstants.errnoName(errno);
49 if (errnoName == null) {
50 errnoName = "errno " + errno;
53 return functionName + " failed: " + errnoName + " (" + description + ")";
OsConstants.java 475 public static String errnoName(int errno) {

Completed in 64 milliseconds