Searched defs:strerror (Results 1 – 4 of 4) sorted by relevance
505 public static String strerror(int errno) { return Libcore.os.strerror(errno); } in strerror() method in Os
157 public String strerror(int errno); in strerror() method
164 public String strerror(int errno) { return os.strerror(errno); } in strerror() method in ForwardingOs
241 public native String strerror(int errno); in strerror() method in Posix