HomeSort by relevance Sort by last modified time
    Searched refs:childDepth (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
DirectoryWalker.java 354 int childDepth = depth + 1;
355 if (depthLimit < 0 || childDepth <= depthLimit) {
359 handleRestricted(directory, childDepth, results);
364 walk(childFile, childDepth, results);
366 checkIfCancelled(childFile, childDepth, results);
367 handleFile(childFile, childDepth, results);
368 checkIfCancelled(childFile, childDepth, results);
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 195 milliseconds