Home | History | Annotate | Download | only in Scripts

Lines Matching defs:fileFilter

2510 sub fileFilter
2540 find({ preprocess => \&directoryFilter, wanted => \&fileFilter }, $fullPath);
2543 find({ preprocess => \&directoryFilter, wanted => \&fileFilter }, $platformPath) if (-d $platformPath);
2554 find({ preprocess => \&directoryFilter, wanted => \&fileFilter }, $testDirectory);
2556 find({ preprocess => \&directoryFilter, wanted => \&fileFilter }, $level);