Searched refs:gPlatformOtherPcds (Results 1 – 4 of 4) sorted by relevance
32 gPlatformOtherPcds = {} variable
1282 if Excpt.Pcd in GlobalData.gPlatformOtherPcds:1283 Info = GlobalData.gPlatformOtherPcds[Excpt.Pcd]1345 GlobalData.gPlatformOtherPcds['DSCFILE'] = str(self.MetaFile)1352 if Name not in GlobalData.gPlatformOtherPcds:1356 … GlobalData.gPlatformOtherPcds[Name] = (CleanString(Content[Line - 1]), PcdLine, PcdType)
717 if Excpt.Pcd in GlobalData.gPlatformOtherPcds:
927 if Excpt.Pcd in GlobalData.gPlatformOtherPcds:928 Info = GlobalData.gPlatformOtherPcds[Excpt.Pcd]932 … " %s, line #: %d." % (Excpt.Pcd, GlobalData.gPlatformOtherPcds['DSCFILE'], Info[0], Info[1]),935 …"PCD (%s) is not defined in DSC file (%s)" % (Excpt.Pcd, GlobalData.gPlatformOtherPcds['DSCFILE']),