Home
last modified time | relevance | path

Searched refs:SecNum (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DCompressSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): argument
66 SecIndex = '%s.%d' %(SecNum, Index)
77 SecNum + \
DEfiSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}) : argument
119 Num = SecNum
129 Num = '%s.%d' %(SecNum , Index)
157 Num = SecNum
175 Num = SecNum
184 Num = '%s.%d' %(SecNum , Index)
204 Num = SecNum
225 Num = '%s.%d' %(SecNum , Index)
DFvImageSection.py53 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): argument
61 Num = SecNum
92 …OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get("FV_IMAG…
DDepexSection.py79 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}): argument
114 InputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + '.depex')
119 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + '.dpx')
DUiSection.py51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): argument
60 … OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('UI'))
DVerSection.py51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): argument
62 ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('VERSION'))
DGuidSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): argument
87 SecIndex = '%s.%d' % (SecNum, Index)
124 SecNum + \
159 SecNum + \
DDataSection.py51 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}): argument
112 …OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get(self.Se…
DSection.py99 def GenSection(self, OutputPath, GuidName, SecNum, keyStringList, FfsInf = None, Dict = {}): argument
DFfsInfStatement.py723 SecNum = '%d' %Index
725 Ffs.Ffs.SectionSuffix[SectionType] + 'SEC' + SecNum
763 SecNum = '%d' %Index
765 Ffs.Ffs.SectionSuffix[SectionType] + 'SEC' + SecNum