/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | EfiSection.py | 56 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 …]
|
D | DataSection.py | 51 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…
|
D | CompressSection.py | 56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): argument 67 …ReturnSectList, AlignValue = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsI… 73 OutputFile = OutputPath + \
|
D | FfsInfStatement.py | 330 self.OutputPath = os.path.join(GenFdsGlobalVariable.FfsDir, \ 332 if not os.path.exists(self.OutputPath) : 333 os.makedirs(self.OutputPath) 363 Output = os.path.normpath (os.path.join(self.OutputPath, Basename)) 421 DestFile = os.path.join( self.OutputPath, self.ModuleGuid + '.ffs') 650 OutputPath = '' 660 OutputPath = os.path.join(GenFdsGlobalVariable.OutputDirDict[Arch], 666 OutputPath = os.path.realpath(OutputPath) 667 return OutputPath 723 OutputFile = os.path.join(self.OutputPath, GenSecOutputFile) [all …]
|
D | FvImageSection.py | 53 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): argument 77 …OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get("FV_IMAGE")) 135 …OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get("FV_IMAG…
|
D | DepexSection.py | 79 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')
|
D | UiSection.py | 51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): argument 60 … OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('UI'))
|
D | VerSection.py | 51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): argument 61 OutputFile = os.path.join(OutputPath,
|
D | GuidSection.py | 57 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): argument 97 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D… 121 OutputFile = OutputPath + \ 156 TempFile = OutputPath + \
|
D | Section.py | 99 def GenSection(self, OutputPath, GuidName, SecNum, keyStringList, FfsInf = None, Dict = {}): argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
D | BuildReport.py | 1637 self.OutputPath = os.path.join(Wa.WorkspaceDir, Wa.OutputDir) 1702 FileWrite(File, "Output Path: %s" % self.OutputPath)
|