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.py661 def StringArrayToList(StringArray): function
727 Dict['STRING_TABLE_DB_VALUE'] = [StringArrayToList(x) for x in Dict['STRING_TABLE_VALUE']]
737 PcdTokenTableValue = [StringArrayToList(x) for x in Dict['PCD_TOKENSPACE']]
742 PcdCNameTableValue = [StringArrayToList(x) for x in Dict['PCD_CNAME']]
921 Guid = StringArrayToList(Guid)