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

  /external/clang/tools/scan-build/
ccc-analyzer 116 my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",
119 system $Clang, @$Args, "-E", "-o", $PPFile;
123 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
128 `uname -a >> $PPFile.info.txt 2>&1`;
129 `$Compiler -v >> $PPFile.info.txt 2>&1`;
130 rename($ofile, "$PPFile.stderr.txt");
131 return (basename $PPFile);
289 my $ppfile;
307 if (!(defined $ppfile)) {
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 116 my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",
119 system $Clang, @ClangFlags, @$Args, @ClangFlagsEnd, "-E", "-o", $PPFile;
123 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
128 `uname -a >> $PPFile.info.txt 2>&1`;
129 `$Compiler -v >> $PPFile.info.txt 2>&1`;
130 system 'mv',$ofile,"$PPFile.stderr.txt";
131 return (basename $PPFile);
290 my $ppfile;
308 if (!(defined $ppfile)) {
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 116 my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",
119 system $Clang, @ClangFlags, @$Args, @ClangFlagsEnd, "-E", "-o", $PPFile;
123 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
128 `uname -a >> $PPFile.info.txt 2>&1`;
129 `$Compiler -v >> $PPFile.info.txt 2>&1`;
130 system 'mv',$ofile,"$PPFile.stderr.txt";
131 return (basename $PPFile);
290 my $ppfile;
308 if (!(defined $ppfile)) {
    [all...]

Completed in 138 milliseconds