Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/storage/
H A DStorageManager.h90 static void deleteSuffixedFiles(const char* path, const char* suffix);
H A DStorageManager.cpp155 deleteSuffixedFiles(TRAIN_INFO_DIR, trainInfo.trainName.c_str()); in writeTrainInfo()
438 void StorageManager::deleteSuffixedFiles(const char* path, const char* suffix) { in deleteSuffixedFiles() function in android::os::statsd::StorageManager
/aosp12/packages/modules/StatsD/statsd/tests/e2e/
H A DConfigUpdate_e2e_ab_test.cpp208 StorageManager::deleteSuffixedFiles(STATS_DATA_DIR, suffix.c_str()); in TEST_P()
211 StorageManager::deleteSuffixedFiles(STATS_DATA_DIR, historySuffix.c_str()); in TEST_P()
/aosp12/packages/modules/StatsD/statsd/src/config/
H A DConfigManager.cpp244 StorageManager::deleteSuffixedFiles(STATS_SERVICE_DIR, suffix.c_str()); in remove_saved_configs()