Searched refs:STATS_DATA_DIR (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/src/storage/ |
H A D | StorageManager.cpp | 41 #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() 133 trimToFit(STATS_DATA_DIR); in writeFile() 481 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir); in hasConfigMetricsReport() 483 VLOG("Path %s does not exist", STATS_DATA_DIR); in hasConfigMetricsReport() 510 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir); in appendConfigMetricsReport() 512 VLOG("Path %s does not exist", STATS_DATA_DIR); in appendConfigMetricsReport() 529 auto fullPathName = StringPrintf("%s/%s", STATS_DATA_DIR, fileName.c_str()); in appendConfigMetricsReport() 738 printDirStats(outFd, STATS_DATA_DIR); in printStats()
|
/aosp12/packages/modules/StatsD/statsd/tests/e2e/ |
H A D | ConfigUpdate_e2e_ab_test.cpp | 30 #define STATS_DATA_DIR "/data/misc/stats-data" macro 208 StorageManager::deleteSuffixedFiles(STATS_DATA_DIR, suffix.c_str()); in TEST_P() 211 StorageManager::deleteSuffixedFiles(STATS_DATA_DIR, historySuffix.c_str()); in TEST_P()
|