Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DUniClassObject.py230 def FormatUniEntry(StrTokenName, TokenValueList, ContainerFile): argument
233 if len(StrTokenName) > PreFormatLength:
234 PreFormatLength = len(StrTokenName) + 1
256 …SubContent = StrTokenName + ' '*(PreFormatLength - len(StrTokenName)) + SubContent[PreFormatLength…