HomeSort by relevance Sort by last modified time
    Searched refs:DecPcdsDict (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenMetaFileMisc.py 106 DecPcdsDict = DecFile.GetPcdSectionObject().ValueDict
129 for PcdKey in DecPcdsDict:
130 PcdList = DecPcdsDict[PcdKey]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPcdObject.py 512 DecPcdsDict = DecParser.GetPcdSectionObject().ValueDict
513 for Key in DecPcdsDict.keys():
516 for PcdInDec in DecPcdsDict[Key]:
526 for PcdInDec in DecPcdsDict[Key]:

Completed in 153 milliseconds