Searched refs:HtmlDir (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/scan-build/
H A Dccc-analyzer100 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
101 my $Dir = "$HtmlDir/failures";
170 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
198 elsif (defined $HtmlDir) {
199 push @Args, '-o', $HtmlDir;
253 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
267 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
269 $HtmlDir, "Crash", $ofile);
274 $HtmlDir, $ParserRejects, $ofile);
277 $HtmlDir,
[all...]
H A Dscan-build1367 my $HtmlDir; # Parent directory to store HTML files.
1415 $HtmlDir = abs_path(shift @ARGV);
1651 my $BaseDir = $HtmlDir;
1652 $HtmlDir = GetHTMLRunDir($HtmlDir);
1674 SetHtmlEnv(\@ARGV, $HtmlDir);
1693 'OUTPUT_DIR' => $HtmlDir
1716 Diag "Analysis results (plist files) deposited in '$HtmlDir'\n";
1720 my $NumBugs = Postprocess($HtmlDir, $BaseDir, $AnalyzerStats, $KeepEmpty);
1722 if ($ViewResults and -r "$HtmlDir/inde
[all...]

Completed in 93 milliseconds