Searched refs:SourceFileList (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DInfParserLite.py38 # @param SourceFileList: A list for all source file belonging this INF file
43 def __init__(self, Filename = None, Database = None, SourceFileList = None, SourceOverridePath = None, Edk_Source = None, Efi_Source = None):
58 if SourceFileList:
59 for Item in SourceFileList:
H A DEot.py45 def __init__(self, CommandLineOption=True, IsInit=True, SourceFileList=None, \
55 self.SourceFileList = SourceFileList
105 self.GenerateSourceFileList(self.SourceFileList, self.IncludeDirList)
231 # @param SourceFileList: A list of all source files
234 def GenerateSourceFileList(self, SourceFileList, IncludeFileList):
243 if SourceFileList:
244 sfl = open(SourceFileList, 'rb')
555 if Options.SourceFileList:
556 self.SourceFileList
[all...]
H A DParser.py226 # @return SourceFileList: A list of source files
229 SourceFileList = []
234 SourceFileList.append(Record[0])
236 return SourceFileList
249 SourceFileList = GetAllSourceFiles(Db)
253 for Item in SourceFileList:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/
H A DModuleObject.py485 self.SourceFileList = []
557 def SetSourceFileList(self, SourceFileList):
558 self.SourceFileList = SourceFileList
561 return self.SourceFileList
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DStrGather.py520 def GetFileList(SourceFileList, IncludeList, SkipList):
528 for File in SourceFileList:
591 def GetStringFiles(UniFilList, SourceFileList, IncludeList, IncludePathList, SkipList, BaseName, IsCompatibleMode = False, ShellMode = False, UniGenCFlag = True, UniGenBinBuffer = None, FilterInfo = [True, []]):
603 FileList = GetFileList(SourceFileList, IncludeList, SkipList)
H A DGenMake.py449 if len(self._AutoGenObject.SourceFileList) == 0 and len(self._AutoGenObject.BinaryFileList) == 0:
499 if len(self.ResultFileList) == 0 and len(self._AutoGenObject.SourceFileList) <> 0:
613 SourceFileList = []
615 SourceFileList.extend(Target.Inputs)
618 SourceFileList,
634 # in case nothing in SourceFileList
H A DGenC.py1780 if Info.SourceFileList <> None and Info.SourceFileList <> []:
1970 SrcList = [F for F in Info.SourceFileList]
H A DAutoGen.py2491 if self.SourceFileList:
2677 if self.SourceFileList == None or self.SourceFileList == []:
2890 SourceFileList = property(_GetSourceFileList) variable in class:ModuleAutoGen
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py179 self.SourceFileList = Inf.Sources
192 self.SourceFileList = Inf.Sources
198 if len(self.SourceFileList) != 0 and not self.InDsc:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py365 for Source in M.SourceFileList:
447 for Source in M.SourceFileList:
899 for Source in Module.SourceFileList:
1024 Eot(CommandLineOption=False, SourceFileList=SourceList, GuidList=GuidList,

Completed in 170 milliseconds