Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DIconCache.cpp578 AutoLock<SimpleIconCache>** resultingOpenCache, in GetVolumeIcon() argument
582 *resultingOpenCache = nodeCacheLocker; in GetVolumeIcon()
596 *resultingOpenCache = sharedCacheLocker; in GetVolumeIcon()
636 *resultingOpenCache = sharedCacheLocker; in GetVolumeIcon()
657 AutoLock<SimpleIconCache>** resultingOpenCache, in GetRootIcon() argument
661 *resultingOpenCache = sharedCacheLocker; in GetRootIcon()
662 (*resultingOpenCache)->Lock(); in GetRootIcon()
673 AutoLock<SimpleIconCache>** resultingOpenCache, in GetWellKnownIcon() argument
685 *resultingOpenCache = sharedCacheLocker; in GetWellKnownIcon()
686 (*resultingOpenCache)->Lock(); in GetWellKnownIcon()
[all …]
H A DIconCache.h466 AutoLock<SimpleIconCache>** resultingOpenCache,