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.py547 _UPPER_CACHE_ = {} variable in DirCache
553 self._UPPER_CACHE_[F.upper()] = F
565 if UpperPath in self._UPPER_CACHE_:
566 return os.path.join(self._Root, self._UPPER_CACHE_[UpperPath])
573 if Parent not in self._UPPER_CACHE_:
587 if ParentKey not in self._UPPER_CACHE_:
594 ParentDir = self._UPPER_CACHE_[ParentKey]
598 self._UPPER_CACHE_[Dir.upper()] = Dir
605 elif UpperPath in self._UPPER_CACHE_:
606 return os.path.join(self._Root, self._UPPER_CACHE_[UpperPath])