Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DBuildEngine.py50 _Cache_ = {} # {TargetFile : TargetDescBlock object} variable in TargetDescBlock
54 if Outputs[0] in Class._Cache_:
55 Tdb = Class._Cache_[Outputs[0]]
95 TargetDescBlock._Cache_ = {}