Searched refs:collect (Results 1 – 1 of 1) sorted by relevance
49 collect(baseFolder, "", result); in list()53 private void collect(File folder, String prefix, ArrayList<String> result) { in collect() method in FolderPathElement56 collect(file, prefix + SEPARATOR_CHAR + file.getName(), result); in collect()