Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/storage/
DStorageManager.cpp45 #define STATS_DATA_DIR "/data/misc/stats-data" macro
68 return StringPrintf("%s/%ld_%d_%lld", STATS_DATA_DIR, wallClockSec, uid, in getDataFileName()
73 return StringPrintf("%s/%ld_%d_%lld_history", STATS_DATA_DIR, wallClockSec, uid, in getDataHistoryFileName()
142 trimToFit(STATS_DATA_DIR); in writeFile()
527 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir); in hasConfigMetricsReport()
529 VLOG("Path %s does not exist", STATS_DATA_DIR); in hasConfigMetricsReport()
556 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir); in appendConfigMetricsReport()
558 VLOG("Path %s does not exist", STATS_DATA_DIR); in appendConfigMetricsReport()
575 auto fullPathName = StringPrintf("%s/%s", STATS_DATA_DIR, fileName.c_str()); in appendConfigMetricsReport()
784 printDirStats(outFd, STATS_DATA_DIR); in printStats()
/packages/modules/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_ab_test.cpp30 #define STATS_DATA_DIR "/data/misc/stats-data" macro
207 StorageManager::deleteSuffixedFiles(STATS_DATA_DIR, suffix.c_str()); in TEST_P()
210 StorageManager::deleteSuffixedFiles(STATS_DATA_DIR, historySuffix.c_str()); in TEST_P()
/packages/modules/StatsD/statsd/tests/
DStatsLogProcessor_test.cpp50 #define STATS_DATA_DIR "/data/misc/stats-data" macro
479 StorageManager::deleteSuffixedFiles(STATS_DATA_DIR, suffix.c_str()); in TEST()
2179 StorageManager::deleteAllFiles(STATS_DATA_DIR); in TearDown()