Home
last modified time | relevance | path

Searched refs:_SubSectionList (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py879 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
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DBuildEngine.py332 _SubSectionList = [_InputFile, _OutputFile, _Command] variable in BuildRule