Home | History | Annotate | Download | only in bin

Lines Matching refs:readdir

184     my @FILES = grep { -d "$Dir/$_" } readdir(DIR);
589 @failures = grep { /[.]info.txt$/ && !/attribute_ignored/; } readdir(DIR);
592 @attributes_ignored = grep { /^attribute_ignored/; } readdir(DIR);