Searched refs:STATS_DATA_DIR (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/cmds/statsd/src/storage/ |
D | StorageManager.cpp | 43 #define STATS_DATA_DIR "/data/misc/stats-data" macro 71 return StringPrintf("%s/%ld_%d_%lld", STATS_DATA_DIR, wallClockSec, uid, in getDataFileName() 76 return StringPrintf("%s/%ld_%d_%lld_history", STATS_DATA_DIR, wallClockSec, uid, in getDataHistoryFileName() 112 trimToFit(STATS_DATA_DIR); in writeFile() 382 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir); in hasConfigMetricsReport() 384 VLOG("Path %s does not exist", STATS_DATA_DIR); in hasConfigMetricsReport() 411 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir); in appendConfigMetricsReport() 413 VLOG("Path %s does not exist", STATS_DATA_DIR); in appendConfigMetricsReport() 430 auto fullPathName = StringPrintf("%s/%s", STATS_DATA_DIR, fileName.c_str()); in appendConfigMetricsReport() 633 printDirStats(outFd, STATS_DATA_DIR); in printStats()
|