OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:depthLimit
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DirectoryWalker.java
260
private final int
depthLimit
;
278
* @param
depthLimit
controls how <i>deep</i> the hierarchy is
281
protected DirectoryWalker(FileFilter filter, int
depthLimit
) {
283
this.
depthLimit
=
depthLimit
;
297
* @param
depthLimit
controls how <i>deep</i> the hierarchy is
300
protected DirectoryWalker(IOFileFilter directoryFilter, IOFileFilter fileFilter, int
depthLimit
) {
310
this.
depthLimit
=
depthLimit
;
355
if (
depthLimit
< 0 || childDepth <= depthLimit) {
[
all
...]
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
Completed in 968 milliseconds