Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py550 _UPPER_CACHE_ = {} variable in DirCache
556 self._UPPER_CACHE_[F.upper()] = F
568 if UpperPath in self._UPPER_CACHE_:
569 return os.path.join(self._Root, self._UPPER_CACHE_[UpperPath])
576 if Parent not in self._UPPER_CACHE_:
590 if ParentKey not in self._UPPER_CACHE_:
597 ParentDir = self._UPPER_CACHE_[ParentKey]
601 self._UPPER_CACHE_[Dir.upper()] = Dir
608 elif UpperPath in self._UPPER_CACHE_:
609 return os.path.join(self._Root, self._UPPER_CACHE_[UpperPath])