Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DParser.py210 IncludeFileList = []
217 IncludeFileList.append(Item)
219 return IncludeFileList
249 IncludeFileList = GetAllIncludeFiles(Db)
251 for Item in IncludeFileList:
DEot.py235 def GenerateSourceFileList(self, SourceFileList, IncludeFileList): argument
263 if IncludeFileList:
264 ifl = open(IncludeFileList, 'rb')
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Dc.py873 IncludeFileList = GetAllIncludeFiles(FullFileName)
874 for F in IncludeFileList:
918 IncludeFileList = GetAllIncludeFiles(FullFileName)
919 for F in IncludeFileList:
1087 IncludeFileList = GetAllIncludeFiles(FullFileName)
1088 for F in IncludeFileList:
1119 for F in IncludeFileList:
1213 IncludeFileList = GetAllIncludeFiles(FullFileName)
1214 for F in IncludeFileList:
1462 IncludeFileList = GetAllIncludeFiles(FullFileName)
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py432 IncludeFileList = []
435 IncludeFileList += [os.path.normpath(os.path.join(Path, File)) for File in FileList]
436 for Includefile in IncludeFileList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFdfParser.py177 self.IncludeFileList = []
183 for Profile in self.IncludeFileList:
200 for Profile in self.IncludeFileList:
679 ParentProfile.IncludeFileList.insert(0, IncFileProfile)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DFdfParserLite.py43 IncludeFileList = [] variable
52 for Profile in IncludeFileList:
527 IncludeFileList.append(IncFileProfile)