Searched defs:_UPPER_CACHE_ (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py329 _UPPER_CACHE_ = {} variable in class:DirCache
335 self._UPPER_CACHE_[F.upper()] = F
347 if UpperPath in self._UPPER_CACHE_:
348 return os.path.join(self._Root, self._UPPER_CACHE_[UpperPath])
355 if Parent not in self._UPPER_CACHE_:
369 if ParentKey not in self._UPPER_CACHE_:
376 ParentDir = self._UPPER_CACHE_[ParentKey]
380 self._UPPER_CACHE_[Dir.upper()] = Dir
387 elif UpperPath in self._UPPER_CACHE_:
388 return os.path.join(self._Root, self._UPPER_CACHE_[UpperPat
[all...]

Completed in 42 milliseconds