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

  /external/chromium_org/third_party/lcov/bin/
mcov 88 foreach my $gcov_file (@gcov_list) {
89 unlink($gcov_file);
109 my $gcov_file; # Name of a .gcov file
166 foreach $gcov_file (@gcov_list) {
167 my $source_filename = read_gcov_header($gcov_file);
176 @gcov_data = read_gcov_file($gcov_file);
180 warn("WARNING: skipping empty file $gcov_file\n");
181 unlink($gcov_file);
201 unlink($gcov_file);
geninfo 849 my $gcov_file; # Name of a .gcov file
1061 foreach $gcov_file (sort(@gcov_list))
1067 next if ($gcov_file eq "<built-in>.gcov");
1069 ($source, $object) = read_gcov_header($gcov_file);
1074 $source = $gcov_file;
1104 warn("WARNING: cannot find an entry for ".$gcov_file.
1107 unlink($gcov_file);
1112 @result = read_gcov_file($gcov_file);
1115 $gcov_file."\n");
1116 unlink($gcov_file);
    [all...]

Completed in 1910 milliseconds