Searched defs:access (Results 1 – 5 of 5) sorted by relevance
66 @Override public boolean access(String path, int mode) throws ErrnoException { in access() method in BlockGuardOs
54 …public boolean access(String path, int mode) throws ErrnoException { return os.access(path, mode);… in access() method in ForwardingOs
45 public boolean access(String path, int mode) throws ErrnoException; in access() method
48 public native boolean access(String path, int mode) throws ErrnoException; in access() method in Posix
62 …public static boolean access(String path, int mode) throws ErrnoException { return Libcore.os.acce… in access() method in Os