Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenMetaFileMisc.py99 if Path not in GlobalData.gPackageDict:
101 GlobalData.gPackageDict[Path] = DecFile
103 DecFile = GlobalData.gPackageDict[Path]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DGlobalData.py105 gPackageDict = {} variable
DParsing.py808 if Path not in GlobalData.gPackageDict:
810 GlobalData.gPackageDict[Path] = DecParser
812 DecParser = GlobalData.gPackageDict[Path]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfPcdObject.py503 if FullFileName not in GlobalData.gPackageDict:
505 GlobalData.gPackageDict[FullFileName] = DecParser
507 DecParser = GlobalData.gPackageDict[FullFileName]