Home
last modified time | relevance | path

Searched refs:PBuildLogFile (Results 1 – 1 of 1) sorted by relevance

/external/clang/utils/analyzer/
DSATestBuild.py182 def runCleanupScript(Dir, PBuildLogFile): argument
189 stderr=PBuildLogFile,
190 stdout=PBuildLogFile,
192 check_call(ScriptPath, cwd = Dir, stderr=PBuildLogFile,
193 stdout=PBuildLogFile,
197 PBuildLogFile.name, " for details."
202 def runScanBuild(Dir, SBOutputDir, PBuildLogFile): argument
228 check_call(SBCommand, cwd = Dir, stderr=PBuildLogFile,
229 stdout=PBuildLogFile,
232 print "Error: scan-build failed. See ",PBuildLogFile.name,\
[all …]