Home
last modified time | relevance | path

Searched refs:STATS_DATA_DIR (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp41 #define STATS_DATA_DIR "/data/misc/stats-data" macro
69 return StringPrintf("%s/%ld_%d_%lld", STATS_DATA_DIR, wallClockSec, uid, in getDataFileName()
74 return StringPrintf("%s/%ld_%d_%lld_history", STATS_DATA_DIR, wallClockSec, uid, in getDataHistoryFileName()
110 trimToFit(STATS_DATA_DIR); in writeFile()
380 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir); in hasConfigMetricsReport()
382 VLOG("Path %s does not exist", STATS_DATA_DIR); in hasConfigMetricsReport()
409 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir); in appendConfigMetricsReport()
411 VLOG("Path %s does not exist", STATS_DATA_DIR); in appendConfigMetricsReport()
428 auto fullPathName = StringPrintf("%s/%s", STATS_DATA_DIR, fileName.c_str()); in appendConfigMetricsReport()
631 printDirStats(outFd, STATS_DATA_DIR); in printStats()