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

  /frameworks/native/cmds/installd/
CacheTracker.h 40 class CacheTracker {
42 CacheTracker(userid_t userId, appid_t appId, const std::string& quotaDevice);
43 ~CacheTracker();
72 DISALLOW_COPY_AND_ASSIGN(CacheTracker);
CacheTracker.cpp 19 #include "CacheTracker.h"
36 CacheTracker::CacheTracker(userid_t userId, appid_t appId, const std::string& quotaDevice) :
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::loadItemsFrom(const std::string& path)
    [all...]
InstalldNativeService.cpp 59 #include "CacheTracker.h"
    [all...]

Completed in 515 milliseconds