Searched defs:chmod (Results 1 – 3 of 3) sorted by relevance
40 public void chmod(String path, int mode) throws ErrnoException { os.chmod(path, mode); } in chmod() method in ForwardingOs
31 public void chmod(String path, int mode) throws ErrnoException; in chmod() method
34 public native void chmod(String path, int mode) throws ErrnoException; in chmod() method in Posix