HomeSort by relevance Sort by last modified time
    Searched refs:SectionContent (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfBuildOptionObject.py 70 def SetBuildOptions(self, BuildOptCont, ArchList = None, SectionContent = ''):
74 if SectionContent.strip() != '':
76 InfBuildOptionItemObj.SetContent(SectionContent)
InfDepexObject.py 91 self.SectionContent = ''
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfSourceSectionParser.py 42 SectionContent = ''
59 SectionContent += SrcLineContent + DT.END_OF_LINE
71 SectionContent += SrcLineContent + DT.END_OF_LINE
120 SectionContent += SrcLineContent + DT.END_OF_LINE
139 InfSectionObject.SetAllContent(SectionContent)
InfDefineSectionParser.py 69 SectionContent = ''
106 SectionContent += LineContent + DT.END_OF_LINE
118 SectionContent += LineContent + DT.END_OF_LINE
159 SectionContent += LineContent + DT.END_OF_LINE
194 InfSectionObject.SetAllContent(SectionContent)
InfBuildOptionSectionParser.py 41 SectionContent = ''
54 SectionContent += LineContent + DT.END_OF_LINE
60 SectionContent += LineContent + DT.END_OF_LINE
107 SectionContent += ValueList[0] + EqualString + ValueList[1] + TailComments + DT.END_OF_LINE
151 InfSectionObject.SetAllContent(SectionContent)
152 if not InfSectionObject.SetBuildOptions(BuildOptionList, ArchList, SectionContent):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py     [all...]

Completed in 751 milliseconds