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

/libcore/luni/src/main/java/java/io/
H A DFile.java677 * @param writable
689 public boolean setWritable(boolean writable, boolean ownerOnly) { argument
690 return doChmod(ownerOnly ? S_IWUSR : (S_IWUSR | S_IWGRP | S_IWOTH), writable);
694 * Equivalent to setWritable(writable, true).
698 public boolean setWritable(boolean writable) { argument
699 return setWritable(writable, true);
979 * may be necessary to set this property to an existing, writable

Completed in 97 milliseconds