Searched refs:startDirectory (Results 1 – 1 of 1) sorted by relevance
329 protected final void walk(File startDirectory, Collection results) throws IOException { in walk() argument330 if (startDirectory == null) { in walk()334 handleStart(startDirectory, results); in walk()335 walk(startDirectory, 0, results); in walk()338 handleCancelled(startDirectory, results, cancel); in walk()453 protected void handleCancelled(File startDirectory, Collection results, in handleCancelled() argument469 protected void handleStart(File startDirectory, Collection results) throws IOException { in handleStart() argument