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