Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp428 auto fullPathName = StringPrintf("%s/%s", STATS_DATA_DIR, fileName.c_str()); in appendConfigMetricsReport() local
429 int fd = open(fullPathName.c_str(), O_RDONLY | O_CLOEXEC); in appendConfigMetricsReport()
442 remove(fullPathName.c_str()); in appendConfigMetricsReport()
448 if (rename(fullPathName.c_str(), (fullPathName + "_history").c_str())) { in appendConfigMetricsReport()
449 ALOGE("Failed to rename file %s", fullPathName.c_str()); in appendConfigMetricsReport()