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

  /libcore/luni/src/main/java/libcore/io/
GaiException.java 49 String gaiName = OsConstants.gaiName(error);
50 if (gaiName == null) {
51 gaiName = "GAI_ error " + error;
54 return functionName + " failed: " + gaiName + " (" + description + ")";
OsConstants.java 438 public static String gaiName(int error) {

Completed in 68 milliseconds