Searched refs:SBOutputDir (Results 1 – 1 of 1) sorted by relevance
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 202 def runScanBuild(Dir, SBOutputDir, PBuildLogFile): argument 208 SBOptions += "-plist-html -o " + SBOutputDir + " " 251 def runAnalyzePreprocessed(Dir, SBOutputDir, Mode): argument 263 PlistPath = os.path.join(Dir, SBOutputDir, "date") 300 def buildProject(Dir, SBOutputDir, ProjectBuildMode, IsReferenceBuild): argument 303 BuildLogPath = os.path.join(SBOutputDir, LogFolderName, BuildLogName) 305 print "Output directory: %s" %(SBOutputDir, ) 315 if (os.path.exists(SBOutputDir)) : 316 RmCommand = "rm -r " + SBOutputDir 320 assert(not os.path.exists(SBOutputDir)) [all …]
|