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