Home
last modified time | relevance | path

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

/external/clang/utils/analyzer/
DSATestBuild.py275 def runScanBuild(Dir, SBOutputDir, PBuildLogFile): argument
289 SBOptions += "-plist-html -o '%s' " % SBOutputDir
343 def runAnalyzePreprocessed(Dir, SBOutputDir, Mode): argument
363 PlistPath = os.path.join(Dir, SBOutputDir, "date")
400 def getBuildLogPath(SBOutputDir): argument
401 return os.path.join(SBOutputDir, LogFolderName, BuildLogName)
403 def removeLogFile(SBOutputDir): argument
404 BuildLogPath = getBuildLogPath(SBOutputDir)
412 def buildProject(Dir, SBOutputDir, ProjectBuildMode, IsReferenceBuild): argument
415 BuildLogPath = getBuildLogPath(SBOutputDir)
[all …]