Searched refs:gai_strerror (Results 1 – 7 of 7) sorted by relevance
64 String description = Libcore.os.gai_strerror(error); in getMessage()
193 public static String gai_strerror(int error) { return Libcore.os.gai_strerror(error); } in gai_strerror() method in Os
154 …ailMessage = "Unable to resolve host \"" + host + "\": " + Libcore.os.gai_strerror(gaiException.er… in lookupHostByName()
112 public String gai_strerror(int error) { return os.gai_strerror(error); } in gai_strerror() method in ForwardingOs
88 public String gai_strerror(int error); in gai_strerror() method
87 public native String gai_strerror(int error); in gai_strerror() method in Linux
1319 return env->NewStringUTF(gai_strerror(error)); in Linux_gai_strerror()2614 NATIVE_METHOD(Linux, gai_strerror, "(I)Ljava/lang/String;"),