OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATS_SERVICE_DIR
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/cmds/statsd/src/storage/
StorageManager.cpp
40
#define
STATS_SERVICE_DIR
"/data/misc/stats-service"
77
trimToFit(
STATS_SERVICE_DIR
);
248
unique_ptr<DIR, decltype(&closedir)> dir(opendir(
STATS_SERVICE_DIR
), closedir);
253
trimToFit(
STATS_SERVICE_DIR
);
267
string file_name = getFilePath(
STATS_SERVICE_DIR
, timestamp, uid, configID);
290
unique_ptr<DIR, decltype(&closedir)> dir(opendir(
STATS_SERVICE_DIR
),
293
VLOG("Directory does not exist: %s",
STATS_SERVICE_DIR
);
309
int fd = open(StringPrintf("%s/%s",
STATS_SERVICE_DIR
, name).c_str(),
396
printDirStats(out,
STATS_SERVICE_DIR
);
/frameworks/base/cmds/statsd/src/config/
ConfigManager.cpp
44
#define
STATS_SERVICE_DIR
"/data/misc/stats-service"
163
StorageManager::deleteSuffixedFiles(
STATS_SERVICE_DIR
, suffix.c_str());
277
StringPrintf("%s/%ld_%d_%lld",
STATS_SERVICE_DIR
, time(nullptr),
/frameworks/base/cmds/statsd/src/
StatsService.cpp
58
#define
STATS_SERVICE_DIR
"/data/misc/stats-service"
728
StorageManager::deleteAllFiles(
STATS_SERVICE_DIR
);
[
all
...]
Completed in 69 milliseconds