Lines Matching refs:files
10 # Use --debug to output path before parsing, this is useful to find files that
14 # When the system is idle it is likely that most files under /proc/PID will be
18 # files that leak addresses but were not present during a scan. For these two
103 scanning binary files).
542 my @files = readdir(DIR);
545 foreach my $file (@files) {
580 my ($total, $dmesg, $paths, $files) = parse_raw_file($file);
589 squash_by($files, 'filename');
619 my %files; # Unique filenames containing leaks.
632 cache_filename(\%files, $line);
635 return $total, \@dmesg, \%paths, \%files;
688 my ($files, $line) = @_;
695 add_to_cache($files, $filename, substr($line, $index));