Home
last modified time | relevance | path

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

/scripts/west_commands/zspdx/
A Dgetincludes.py18 def getCIncludes(compilerPath, srcFile, tcg): argument
31 cmd = [compilerPath, "-E", "-H"] + fragments + includes + defines + [srcFile]
A Dwalker.py78 self.compilerPath = ""
156 self.compilerPath = self.cmakeCache.get("CMAKE_C_COMPILER", "")
524 if self.cfg.analyzeIncludes and self.compilerPath:
575 return getCIncludes(self.compilerPath, srcAbspath, cg)

Completed in 8 milliseconds