Searched defs:chmod (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java71 @Override public void chmod(String path, int mode) throws ErrnoException { method in class:BlockGuardOs
73 os.chmod(path, mode);
H A DForwardingOs.java57 public void chmod(String path, int mode) throws ErrnoException { os.chmod(path, mode); } method in class:ForwardingOs
H A DOs.java48 public void chmod(String path, int mode) throws ErrnoException; method in interface:Os
H A DPosix.java51 public native void chmod(String path, int mode) throws ErrnoException; method in class:Posix
/libcore/luni/src/main/java/android/system/
H A DOs.java58 * See <a href="http://man7.org/linux/man-pages/man2/chmod.2.html">chmod(2)</a>.
60 public static void chmod(String path, int mode) throws ErrnoException { Libcore.os.chmod(path, mode); } method in class:Os

Completed in 363 milliseconds