Searched refs:_SubSectionList (Results 1 – 2 of 2) sorted by relevance
879 self._SubSectionList = []887 self._SubSectionList.append(TemplateSection[SubSectionStart:Start])888 self._SubSectionList.append(TemplateSection[Start:End])892 self._SubSectionList.append(TemplateSection[SubSectionStart:])894 self._SubSectionList = [TemplateSection]924 for S in self._SubSectionList:930 StringList = self._SubSectionList
332 _SubSectionList = [_InputFile, _OutputFile, _Command] variable in BuildRule