Home
last modified time | relevance | path

Searched refs:startDirectory (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DDirectoryWalker.java329 protected final void walk(File startDirectory, Collection results) throws IOException { in walk() argument
330 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() argument
469 protected void handleStart(File startDirectory, Collection results) throws IOException { in handleStart() argument