Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenPcdDb.py663 def StringArrayToList(StringArray): function
729 Dict['STRING_TABLE_DB_VALUE'] = [StringArrayToList(x) for x in Dict['STRING_TABLE_VALUE']]
739 PcdTokenTableValue = [StringArrayToList(x) for x in Dict['PCD_TOKENSPACE']]
744 PcdCNameTableValue = [StringArrayToList(x) for x in Dict['PCD_CNAME']]
941 Guid = StringArrayToList(Guid)