Searched refs:doChmod (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DFile.java637 return doChmod(ownerOnly ? S_IXUSR : (S_IXUSR | S_IXGRP | S_IXOTH), executable);
668 return doChmod(ownerOnly ? S_IRUSR : (S_IRUSR | S_IRGRP | S_IROTH), readable);
697 return doChmod(ownerOnly ? S_IWUSR : (S_IWUSR | S_IWGRP | S_IWOTH), writable);
709 private boolean doChmod(int mask, boolean set) { method in class:File

Completed in 59 milliseconds