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

/frameworks/native/cmds/installd/
H A DCacheTracker.h40 class CacheTracker { class in namespace:android::installd
42 CacheTracker(userid_t userId, appid_t appId, const std::string& quotaDevice);
43 ~CacheTracker();
72 DISALLOW_COPY_AND_ASSIGN(CacheTracker);
H A DCacheTracker.cpp19 #include "CacheTracker.h"
36 CacheTracker::CacheTracker(userid_t userId, appid_t appId, const std::string& quotaDevice) : function in class:android::installd::CacheTracker
41 CacheTracker::~CacheTracker() {
44 std::string CacheTracker::toString() {
49 void CacheTracker::addDataPath(const std::string& dataPath) {
53 void CacheTracker::loadStats() {
72 bool CacheTracker::loadQuotaStats() {
102 void CacheTracker
[all...]

Completed in 83 milliseconds