Home | History | Annotate | Download | only in fat

Lines Matching refs:isRoot

45     private final boolean isRoot;
56 * @param isRoot if the new {@code AbstractDirectory} represents a root
60 int capacity, boolean readOnly, boolean isRoot) {
65 this.isRoot = isRoot;
167 public final boolean isRoot() {
168 return this.isRoot;
193 * @see #isRoot()
196 if (!isRoot()) {
258 if (!this.isRoot) throw new IOException(
301 * @see #isRoot()
355 * @see #isRoot()