Searched refs:fullPathName (Results 1 – 1 of 1) sorted by relevance
428 auto fullPathName = StringPrintf("%s/%s", STATS_DATA_DIR, fileName.c_str()); in appendConfigMetricsReport() local429 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()