Searched refs:SectionContent (Results 1 – 6 of 6) sorted by relevance
42 SectionContent = ''59 SectionContent += SrcLineContent + DT.END_OF_LINE71 SectionContent += SrcLineContent + DT.END_OF_LINE 120 SectionContent += SrcLineContent + DT.END_OF_LINE 139 InfSectionObject.SetAllContent(SectionContent)
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_LINE151 InfSectionObject.SetAllContent(SectionContent)152 if not InfSectionObject.SetBuildOptions(BuildOptionList, ArchList, SectionContent):
69 SectionContent = ''106 SectionContent += LineContent + DT.END_OF_LINE118 SectionContent += LineContent + DT.END_OF_LINE159 SectionContent += LineContent + DT.END_OF_LINE194 InfSectionObject.SetAllContent(SectionContent)
70 def SetBuildOptions(self, BuildOptCont, ArchList = None, SectionContent = ''): argument74 if SectionContent.strip() != '':76 InfBuildOptionItemObj.SetContent(SectionContent)
91 self.SectionContent = ''
1026 SectionContent = GenSection(SectionName, NewSectionDict)1027 SectionContent = SectionContent.strip()1028 if SectionContent:1029 Content = '# ' + ('\n' + '# ').join(GetSplitValueList(SectionContent, '\n'))