Lines Matching refs:components
495 my @components = split /:/;
496 pop @components if (scalar @components > 1);
497 $_ = (join ':', map {s/.*[^[:word:]]//; scalar $_;} @components) . ':';
1421 my @components = File::Spec->splitdir($file);
1422 if ($components[0] eq "LayoutTests") {
1428 && !scalar(grep(/^resources$/i, @components))
1429 && !scalar(grep(/^script-tests$/i, @components));
1431 push @{$changedFiles}, $file if $components[$#components] ne "ChangeLog";