Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/zspdx/
Dgetincludes.py18 def getCIncludes(compilerPath, srcFile, tcg): argument
31 cmd = [compilerPath, "-E", "-H"] + fragments + includes + defines + [srcFile]
Dwalker.py69 self.compilerPath = ""
147 self.compilerPath = self.cmakeCache.get("CMAKE_C_COMPILER", "")
511 if self.cfg.analyzeIncludes and self.compilerPath:
558 return getCIncludes(self.compilerPath, srcAbspath, cg)