Home | History | Annotate | Download | only in tests

Lines Matching refs:file

12 #     Stack frames whose associated file name does not match any name in
59 # If FILE matches any of the FILES return 1
61 my ($file, $files) = @_;
66 return 1 if ($file =~ /$qstring/);
74 my ($file, $lineno, $in_frame, $keep_frame, $num_discarded, $ignore_line, $quiet_ignore_line);
140 $file = "";
141 } elsif ($line =~ /<file>(.*)<\/file>/) {
143 $file = $1;
144 if (file_matches($file, \@tool_files) ||
145 file_matches($file, \@ARGV)) {
149 # This code assumes that <file> always precedes <line>
151 if (file_matches($file, \@tool_files)) {