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