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

/frameworks/native/cmds/installd/
H A DCacheItem.cpp17 #include "CacheItem.h"
33 CacheItem::CacheItem(FTSENT* p) { function in class:android::installd::CacheItem
39 mParent = static_cast<CacheItem*>(p->fts_parent->fts_pointer);
52 CacheItem::~CacheItem() {
55 std::string CacheItem::toString() {
59 std::string CacheItem::buildPath() {
61 CacheItem* parent = mParent;
69 int CacheItem
[all...]
H A DCacheItem.h37 class CacheItem { class in namespace:android::installd
39 CacheItem(FTSENT* p);
40 ~CacheItem();
55 CacheItem* mParent;
58 DISALLOW_COPY_AND_ASSIGN(CacheItem);

Completed in 51 milliseconds