Searched defs:handleFile (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/
H A DDirectoryWalker.java76 * protected void handleFile(File file, int depth, Collection results) {
234 * protected void handleFile(File file, int depth, Collection results) throws IOException {
367 handleFile(childFile, childDepth, results);
385 * typically {@link #handleFile}, may take a long time to run. In that case,
517 protected void handleFile(File file, int depth, Collection results) throws IOException { method in class:DirectoryWalker

Completed in 9 milliseconds