Searched refs:explore (Results 1 – 2 of 2) sorted by relevance
820 final LinkedList<File> explore = new LinkedList<>(); in hasInterestingFiles() local821 explore.add(dir); in hasInterestingFiles()822 while (!explore.isEmpty()) { in hasInterestingFiles()823 dir = explore.pop(); in hasInterestingFiles()826 if (f.isDirectory()) explore.add(f); in hasInterestingFiles()
234 * functions to explore this complex Element.