Home
last modified time | relevance | path

Searched refs:OutputPath (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DEfiSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}) : argument
120 …OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(Secti…
130 …OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType…
158 …OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(Secti…
176 …OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(Secti…
185 …OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType…
205 …OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(Secti…
226 …OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionTyp…
240 CopyMapFile = os.path.join(OutputPath, ModuleName + '.map')
246 FileBeforeStrip = os.path.join(OutputPath, ModuleName + '.efi')
[all …]
DDataSection.py51 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}): argument
73 CopyMapFile = os.path.join(OutputPath, ModuleName + '.map')
91 FileBeforeStrip = os.path.join(OutputPath, ModuleName + '.efi')
95 StrippedFile = os.path.join(OutputPath, ModuleName + '.stripped')
104 TeFile = os.path.join( OutputPath, ModuleName + 'Te.raw')
112 …OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get(self.Se…
DCompressSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): argument
67 …ReturnSectList, AlignValue = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsI…
73 OutputFile = OutputPath + \
DFfsInfStatement.py320 self.OutputPath = os.path.join(GenFdsGlobalVariable.FfsDir, \
322 if not os.path.exists(self.OutputPath) :
323 os.makedirs(self.OutputPath)
353 Output = os.path.normpath (os.path.join(self.OutputPath, Basename))
411 DestFile = os.path.join( self.OutputPath, self.ModuleGuid + '.ffs')
654 OutputPath = ''
664 OutputPath = os.path.join(GenFdsGlobalVariable.OutputDirDict[Arch],
670 OutputPath = os.path.realpath(OutputPath)
671 return OutputPath
727 OutputFile = os.path.join(self.OutputPath, GenSecOutputFile)
[all …]
DFvImageSection.py53 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): argument
64 …OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get("FV_IMAGE"))
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
61 OutputFile = os.path.join(OutputPath,
DGuidSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): argument
96 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
120 OutputFile = OutputPath + \
155 TempFile = OutputPath + \
DSection.py99 def GenSection(self, OutputPath, GuidName, SecNum, keyStringList, FfsInf = None, Dict = {}): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py1473 self.OutputPath = os.path.join(Wa.WorkspaceDir, Wa.OutputDir)
1525 FileWrite(File, "Output Path: %s" % self.OutputPath)