Home
last modified time | relevance | path

Searched refs:SectionContent (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfSourceSectionParser.py42 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)
DInfBuildOptionSectionParser.py41 SectionContent = ''
54 SectionContent += LineContent + DT.END_OF_LINE
60 SectionContent += LineContent + DT.END_OF_LINE
107SectionContent += ValueList[0] + EqualString + ValueList[1] + TailComments + DT.END_OF_LINE
151 InfSectionObject.SetAllContent(SectionContent)
152 if not InfSectionObject.SetBuildOptions(BuildOptionList, ArchList, SectionContent):
DInfDefineSectionParser.py69 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)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfBuildOptionObject.py70 def SetBuildOptions(self, BuildOptCont, ArchList = None, SectionContent = ''): argument
74 if SectionContent.strip() != '':
76 InfBuildOptionItemObj.SetContent(SectionContent)
DInfDepexObject.py91 self.SectionContent = ''
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenInfFile.py1026 SectionContent = GenSection(SectionName, NewSectionDict)
1027 SectionContent = SectionContent.strip()
1028 if SectionContent:
1029 Content = '# ' + ('\n' + '# ').join(GetSplitValueList(SectionContent, '\n'))