Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DDirectoryWalker.java362 File childFile = childFiles[i]; in walk() local
363 if (childFile.isDirectory()) { in walk()
364 walk(childFile, childDepth, results); in walk()
366 checkIfCancelled(childFile, childDepth, results); in walk()
367 handleFile(childFile, childDepth, results); in walk()
368 checkIfCancelled(childFile, childDepth, results); in walk()