Searched defs:strerror (Results 1 – 4 of 4) sorted by relevance
511 public static String strerror(int errno) { return Libcore.os.strerror(errno); } in strerror() method in Os
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