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