Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py873 def __init__(self, TemplateSection, PlaceHolderList): argument
878 if PlaceHolderList:
886 for PlaceHolder, Start, End in PlaceHolderList:
966 PlaceHolderList = []
972 … TemplateSection = TemplateString.Section(Template[SectionStart:], PlaceHolderList)
982 … TemplateSection = TemplateString.Section(Template[SectionStart:MatchStart], PlaceHolderList)
985 PlaceHolderList = []
987 … TemplateSection = TemplateString.Section(Template[SectionStart:MatchStart], PlaceHolderList)
990 PlaceHolderList = []
992PlaceHolderList.append((MatchString, MatchStart - SectionStart, MatchEnd - SectionStart))