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

/libcore/luni/src/main/java/java/io/
H A DFile.java684 * @param writable
696 public boolean setWritable(boolean writable, boolean ownerOnly) { argument
697 return doChmod(ownerOnly ? S_IWUSR : (S_IWUSR | S_IWGRP | S_IWOTH), writable);
701 * Equivalent to setWritable(writable, true).
705 public boolean setWritable(boolean writable) { argument
706 return setWritable(writable, true);
986 * may be necessary to set this property to an existing, writable

Completed in 29 milliseconds