Searched refs:childFile (Results 1 – 1 of 1) sorted by relevance
362 File childFile = childFiles[i]; in walk() local363 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()