Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenMake.py908 if self._AutoGenObject.Arch not in gDependencyDatabase:
909 gDependencyDatabase[self._AutoGenObject.Arch] = {}
910 DepDb = gDependencyDatabase[self._AutoGenObject.Arch]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py2056 … Utils.DataDump(Utils.gDependencyDatabase, os.path.join(CacheDirectory, "gDependencyDatabase"))
2066 if Utils.gDependencyDatabase == {} and os.path.isfile(FilePath):
2067 Utils.gDependencyDatabase = Utils.DataRestore(FilePath)
2068 if Utils.gDependencyDatabase == None:
2069 Utils.gDependencyDatabase = {}
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py47 gDependencyDatabase = {} # arch : {file path : [dependent files list]} variable