Searched defs:strerror (Results 1 – 5 of 5) sorted by relevance
538 static native byte[] strerror(int errnum); in strerror() method in UnixNativeDispatcher
668 public static String strerror(int errno) { return Libcore.os.strerror(errno); } in strerror() method in Os
191 public String strerror(int errno); in strerror() method
224 public String strerror(int errno) { return os.strerror(errno); } in strerror() method in ForwardingOs
262 public native String strerror(int errno); in strerror() method in Linux