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

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileTreeWalker.java80 * @param ancestors
85 List<AncestorDirectory> ancestors)
144 for (AncestorDirectory ancestor: ancestors) {
169 ancestors.add(new AncestorDirectory(file, key));
199 result = walk(entry, depth+1, ancestors);
229 ancestors.remove(ancestors.size()-1);
83 walk(Path file, int depth, List<AncestorDirectory> ancestors) argument

Completed in 29 milliseconds