Searched defs:access (Results 1 – 3 of 3) sorted by relevance
30 public boolean access(String path, int mode) throws ErrnoException; in access() method
39 …public boolean access(String path, int mode) throws ErrnoException { return os.access(path, mode);… in access() method in ForwardingOs
33 public native boolean access(String path, int mode) throws ErrnoException; in access() method in Posix