Searched refs:childDepth (Results 1 – 1 of 1) sorted by relevance
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
D | DirectoryWalker.java | 354 int childDepth = depth + 1; in walk() local 355 if (depthLimit < 0 || childDepth <= depthLimit) { in walk() 359 handleRestricted(directory, childDepth, results); 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()
|