HomeSort by relevance Sort by last modified time
    Searched refs:gcov_file (Results 1 - 3 of 3) 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 519 my $gcov_file; # Name of a .gcov file
721 foreach $gcov_file (@gcov_list)
723 ($source, $object) = read_gcov_header($gcov_file);
745 $gcov_file, keys(%bb_content));
750 warn("WARNING: cannot find an entry for ".$gcov_file.
753 unlink($gcov_file);
758 @result = read_gcov_file($gcov_file);
766 warn("WARNING: skipping empty file ".$gcov_file."\n");
767 unlink($gcov_file);
779 $source_filename = solve_ambiguous_match($gcov_file,
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
geninfo 721 my $gcov_file; # Name of a .gcov file
926 foreach $gcov_file (sort(@gcov_list))
931 ($source, $object) = read_gcov_header($gcov_file);
953 $gcov_file, keys(%{$instr}));
958 warn("WARNING: cannot find an entry for ".$gcov_file.
961 unlink($gcov_file);
966 @result = read_gcov_file($gcov_file);
969 $gcov_file."\n");
970 unlink($gcov_file);
980 warn("WARNING: skipping empty file ".$gcov_file."\n")
    [all...]

Completed in 38 milliseconds