OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CacheTracker
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/installd/
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
...]
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
);
Completed in 123 milliseconds