Lines Matching refs:components
522 my @components = split /:/;
523 pop @components if (scalar @components > 1);
524 $_ = (join ':', map {s/.*[^[:word:]]//; scalar $_;} @components) . ':';
1484 my @components = File::Spec->splitdir($file);
1485 if ($components[0] eq "LayoutTests") {
1491 && !scalar(grep(/^resources$/i, @components))
1492 && !scalar(grep(/^script-tests$/i, @components));
1494 push @{$changedFiles}, $file if $components[$#components] ne "ChangeLog";