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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DParser.py205 # @return IncludeFileList: A list of include files
209 IncludeFileList = []
216 IncludeFileList.append(Item)
218 return IncludeFileList
248 IncludeFileList = GetAllIncludeFiles(Db)
250 for Item in IncludeFileList:
H A DEot.py232 # @param IncludeFileList: A list of all include files
234 def GenerateSourceFileList(self, SourceFileList, IncludeFileList):
262 if IncludeFileList:
263 ifl = open(IncludeFileList, 'rb')
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DDecPomAlignment.py306 IncludeFileList = []
309 IncludeFileList += [os.path.normpath(os.path.join(Path, File)) for File in FileList]
310 for Includefile in IncludeFileList:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A Dc.py871 IncludeFileList = GetAllIncludeFiles(FullFileName)
872 for F in IncludeFileList:
916 IncludeFileList = GetAllIncludeFiles(FullFileName)
917 for F in IncludeFileList:
1085 IncludeFileList = GetAllIncludeFiles(FullFileName)
1086 for F in IncludeFileList:
1117 for F in IncludeFileList:
1209 IncludeFileList = GetAllIncludeFiles(FullFileName)
1210 for F in IncludeFileList:
1453 IncludeFileList
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py41 IncludeFileList = [] variable
50 for Profile in IncludeFileList:
524 IncludeFileList.append(IncFileProfile)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py82 IncludeFileList = [] variable
87 for Profile in IncludeFileList:
632 IncludeFileList.append(IncFileProfile)

Completed in 876 milliseconds