Home | History | Annotate | Download | only in util

Lines Matching refs:dirs

809         Set<File> dirs = new HashSet<File>();
812 throw new IllegalArgumentException("Can't find dirs under '" + rootDir
816 dirs.add(thisDir);
819 dirs.addAll(findDirsUnder(file, thisDir));
823 return dirs;