HomeSort by relevance Sort by last modified time
    Searched refs:opt_check_regex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 171 my ($opt_verbose, $opt_lines, $opt_noconf, $opt_ignore_regex, $opt_check_regex)
229 "check|c=s" => \$opt_check_regex,
239 $opt_check_regex = $default_check_regex if ! length $opt_check_regex;
267 next unless m%$opt_check_regex%;
274 next unless ($files_count == 1) or $file =~ m%$opt_check_regex%;
licensecheck.pl 176 my $opt_check_regex = $default_check_regex;
233 "check|c=s" => \$opt_check_regex,
275 next unless m%$opt_check_regex%;
282 next unless ($files_count == 1) or $file =~ m%$opt_check_regex%;

Completed in 61 milliseconds