Searched refs:fullPathName (Results 1 – 1 of 1) sorted by relevance
430 auto fullPathName = StringPrintf("%s/%s", STATS_DATA_DIR, fileName.c_str()); in appendConfigMetricsReport() local431 int fd = open(fullPathName.c_str(), O_RDONLY | O_CLOEXEC); in appendConfigMetricsReport()444 remove(fullPathName.c_str()); in appendConfigMetricsReport()450 if (rename(fullPathName.c_str(), (fullPathName + "_history").c_str())) { in appendConfigMetricsReport()451 ALOGE("Failed to rename file %s", fullPathName.c_str()); in appendConfigMetricsReport()