Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DMetaDataParser.py27 IncludeList = []
45 if InfPath not in IncludeList:
46 IncludeList.append(InfPath)
49 if IncludePath not in IncludeList:
50 IncludeList.append(IncludePath)
52 return IncludeList
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DStrGather.py521 def GetFileList(SourceFileList, IncludeList, SkipList): argument
522 if IncludeList == None:
530 for Dir in IncludeList:
592 def GetStringFiles(UniFilList, SourceFileList, IncludeList, IncludePathList, SkipList, BaseName, Is… argument
604 FileList = GetFileList(SourceFileList, IncludeList, SkipList)
644 IncludeList = [ variable
650 (h, c) = GetStringFiles(UniFileList, SrcFileList, IncludeList, SkipList, BaseName, True)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DParser.py140 IncludeList = []
157 if IncludePath not in IncludeList:
158 IncludeList.append(IncludePath)
160 return IncludeList
191 IncludeList = []
196 IncludeList.append(Record[0])
198 return IncludeList
209 IncludeList = GetAllIncludeDirs(Db)
212 for Dir in IncludeList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py906 IncludeList = {}
910 FindIncludeFiles(Source.Path, Module.IncludePathList, IncludeList)
911 for IncludeFile in IncludeList.values():