Searched refs:CacheItem (Results 1 – 5 of 5) sorted by relevance
33 CacheItem::CacheItem(FTSENT* p) { in CacheItem() function in android::installd::CacheItem39 mParent = static_cast<CacheItem*>(p->fts_parent->fts_pointer); in CacheItem()52 CacheItem::~CacheItem() { in ~CacheItem()55 std::string CacheItem::toString() { in toString()59 std::string CacheItem::buildPath() { in buildPath()61 CacheItem* parent = mParent; in buildPath()69 int CacheItem::purge() { in purge()
37 class CacheItem {39 CacheItem(FTSENT* p);40 ~CacheItem();55 CacheItem* mParent;58 DISALLOW_COPY_AND_ASSIGN(CacheItem);
115 auto item = std::shared_ptr<CacheItem>(new CacheItem(p)); in loadItemsFrom()123 auto item = static_cast<CacheItem*>(p->fts_pointer); in loadItemsFrom()153 auto item = static_cast<CacheItem*>(p->fts_pointer); in loadItemsFrom()154 auto parent = static_cast<CacheItem*>(p->fts_parent->fts_pointer); in loadItemsFrom()175 auto cmp = [](std::shared_ptr<CacheItem> left, std::shared_ptr<CacheItem> right) { in loadItems()
59 std::vector<std::shared_ptr<CacheItem>> items;
14 "CacheItem.cpp",