Lines Matching refs:fullPath
2528 my $fullPath = catfile($testDirectory, $test);2531 } elsif (-f $fullPath) {2538 } elsif (-d $fullPath) {2540 find({ preprocess => \&directoryFilter, wanted => \&fileFilter }, $fullPath);