Searched defs:strerror (Results 1 – 3 of 3) sorted by relevance
126 public String strerror(int errno); in strerror() method
132 public String strerror(int errno) { return os.strerror(errno); } in strerror() method in ForwardingOs
176 public native String strerror(int errno); in strerror() method in Posix