Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/storage/
DStorageManager.cpp46 #define STATS_SERVICE_DIR "/data/misc/stats-service" macro
141 trimToFit(STATS_SERVICE_DIR); in writeFile()
617 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_SERVICE_DIR), closedir); in readConfigFromDisk()
622 trimToFit(STATS_SERVICE_DIR); in readConfigFromDisk()
632 string file_name = output.getFullFileName(STATS_SERVICE_DIR); in readConfigFromDisk()
656 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_SERVICE_DIR), in readConfigFromDisk()
659 VLOG("Directory does not exist: %s", STATS_SERVICE_DIR); in readConfigFromDisk()
675 int fd = open(StringPrintf("%s/%s", STATS_SERVICE_DIR, name).c_str(), in readConfigFromDisk()
783 printDirStats(outFd, STATS_SERVICE_DIR); in printStats()
/packages/modules/StatsD/statsd/src/config/
DConfigManager.cpp41 #define STATS_SERVICE_DIR "/data/misc/stats-service" macro
258 StorageManager::deleteSuffixedFiles(STATS_SERVICE_DIR, suffix.c_str()); in remove_saved_configs()
379 StringPrintf("%s/%ld_%d_%lld", STATS_SERVICE_DIR, time(nullptr), in update_saved_configs_locked()
/packages/modules/StatsD/statsd/src/
DStatsService.cpp66 #define STATS_SERVICE_DIR "/data/misc/stats-service" macro
921 StorageManager::deleteAllFiles(STATS_SERVICE_DIR); in cmd_remove_all_configs()