Home
last modified time | relevance | path

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

/scripts/west_commands/zspdx/
A Dutil.py10 def getHashes(filePath): argument
26 with open(filePath, 'rb') as f:
A Dcmakecache.py10 def parseCMakeCacheFile(filePath): argument
14 with open(filePath) as f:
A Dscanner.py53 def getExpressionData(filePath, numLines): argument
66 with open(filePath) as f:
180 def getCopyrightInfo(filePath): argument
192 project = Project(os.path.dirname(filePath))
193 infos = project.reuse_info_of(filePath)

Completed in 5 milliseconds