Searched defs:strerror (Results 1 – 5 of 5) sorted by relevance
571 static native byte[] strerror(int errnum); in strerror() method in UnixNativeDispatcher
857 public String strerror(int errno) { return os.strerror(errno); } in strerror() method in ForwardingOs
713 public String strerror(int errno); in strerror() method
265 public native String strerror(int errno); in strerror() method in Linux
914 public static String strerror(int errno) { return Libcore.os.strerror(errno); } in strerror() method in Os