Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenC.py1571 …Header, Code = GetStringFiles(Info.UnicodeFileList, SrcList, IncList, Info.IncludePathList, ['.uni…
1663 if Info.UnicodeFileList:
1685 if Info.AutoGenVersion < 0x00010005 and len(Info.UnicodeFileList) == 0:
DAutoGen.py3648 UnicodeFileList = property(_GetUnicodeFileList) variable in ModuleAutoGen