Searched refs:strerror (Results 1 – 13 of 13) sorted by relevance
64 String description = Libcore.os.strerror(errno); in getMessage()
929 public static String strerror(int errno) { return Libcore.os.strerror(errno); } in strerror() method in Os
64 return Util.toString(UnixNativeDispatcher.strerror(errno())); in errorString()
538 static native byte[] strerror(int errnum); in strerror() method in UnixNativeDispatcher
87 ALOGE("setting blocked thread signal handler failed: %s", strerror(errno)); in init()
2868 NATIVE_METHOD(Linux, strerror, "(I)Ljava/lang/String;"),
69 exception_message->append(strerror(errno)); in TestThreadNaming()
864 public String strerror(int errno) { return os.strerror(errno); } in strerror() method in ForwardingOs
714 public String strerror(int errno); in strerror() method
265 public native String strerror(int errno); in strerror() method in Linux
508 const char *s = strerror(errnum); in throwIOException()
325 msg = strerror((int)error); in Java_sun_nio_fs_UnixNativeDispatcher_strerror()
111 method public static String strerror(int);