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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py644 self._SubSectionList = []
652 self._SubSectionList.append(TemplateSection[SubSectionStart:Start])
653 self._SubSectionList.append(TemplateSection[Start:End])
657 self._SubSectionList.append(TemplateSection[SubSectionStart:])
659 self._SubSectionList = [TemplateSection]
689 for S in self._SubSectionList:
695 StringList = self._SubSectionList
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py316 _SubSectionList = [_InputFile, _OutputFile, _Command] variable in class:BuildRule

Completed in 76 milliseconds