HomeSort by relevance Sort by last modified time
    Searched refs:PathCache (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
PathCache.h 1 //===- PathCache.h --------------------------------------------------------===//
27 EntryFactory<HashEntryType> > PathCache;
Directory.h 15 #include "mcld/Support/PathCache.h"
32 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
95 mcld::sys::fs::PathCache m_Cache;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
115 typedef mcld::sys::fs::PathCache DirCache;
FileSystem.h 17 #include "mcld/Support/PathCache.h"
89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
  /frameworks/base/libs/hwui/
PathCache.cpp 31 #include "PathCache.h"
179 PathCache::PathCache()
192 PathCache::~PathCache() {
200 uint32_t PathCache::getSize() {
204 uint32_t PathCache::getMaxSize() {
212 void PathCache::operator()(PathDescription& entry, PathTexture*& texture) {
220 void PathCache::removeTexture(PathTexture* texture) {
240 PATH_LOGD("PathCache::delete name, size, mSize = %d, %d, %d"
    [all...]
PathCache.h 176 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {
178 PathCache();
179 ~PathCache();
284 }; // class PathCache
Caches.h 25 #include "PathCache.h"
157 PathCache pathCache;
Android.mk 95 PathCache.cpp \
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 121 PathCache::iterator iter = m_Cache.begin();

Completed in 213 milliseconds