Searched refs:strerror (Results 1 – 11 of 11) sorted by relevance
63 String description = Libcore.os.strerror(errno); in getMessage()
511 public static String strerror(int errno) { return Libcore.os.strerror(errno); } in strerror() method in Os
69 exception_message->append(strerror(errno)); in TestThreadNaming()
165 public String strerror(int errno) { return os.strerror(errno); } in strerror() method in ForwardingOs
158 public String strerror(int errno); in strerror() method
242 public native String strerror(int errno); in strerror() method in Posix
1486 msg != 0 ? msg : strerror(errno)); in ZIP_ReadEntry()1500 msg != 0 ? msg : strerror(errno)); in ZIP_ReadEntry()
491 const char *s = strerror(errnum); in throwIOException()
1006 strerror(errno)); in PlainDatagramSocketImpl_datagramSocketCreate()1012 strerror(errno)); in PlainDatagramSocketImpl_datagramSocketCreate()
825 ALOGE("Couldn't " s " '%s': %s", path.c_str(), strerror(errno)); \
2071 NATIVE_METHOD(Posix, strerror, "(I)Ljava/lang/String;"),