Home | History | Annotate | Download | only in bin

Lines Matching refs:readdir

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