Searched refs:STATS_SERVICE_DIR (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/src/storage/ |
H A D | StorageManager.cpp | 42 #define STATS_SERVICE_DIR "/data/misc/stats-service" macro 132 trimToFit(STATS_SERVICE_DIR); in writeFile() 571 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_SERVICE_DIR), closedir); in readConfigFromDisk() 576 trimToFit(STATS_SERVICE_DIR); in readConfigFromDisk() 586 string file_name = output.getFullFileName(STATS_SERVICE_DIR); in readConfigFromDisk() 610 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_SERVICE_DIR), in readConfigFromDisk() 613 VLOG("Directory does not exist: %s", STATS_SERVICE_DIR); in readConfigFromDisk() 629 int fd = open(StringPrintf("%s/%s", STATS_SERVICE_DIR, name).c_str(), in readConfigFromDisk() 737 printDirStats(outFd, STATS_SERVICE_DIR); in printStats()
|
/aosp12/packages/modules/StatsD/statsd/src/config/ |
H A D | ConfigManager.cpp | 40 #define STATS_SERVICE_DIR "/data/misc/stats-service" macro 244 StorageManager::deleteSuffixedFiles(STATS_SERVICE_DIR, suffix.c_str()); in remove_saved_configs() 368 StringPrintf("%s/%ld_%d_%lld", STATS_SERVICE_DIR, time(nullptr), in update_saved_configs_locked()
|
/aosp12/packages/modules/StatsD/statsd/src/ |
H A D | StatsService.cpp | 58 #define STATS_SERVICE_DIR "/data/misc/stats-service" macro 843 StorageManager::deleteAllFiles(STATS_SERVICE_DIR); in cmd_remove_all_configs()
|