Searched refs:cur_file (Results 1 – 1 of 1) sorted by relevance
200 for (auto cur_file : valid_files) { in removeOldFilesInternal() local201 if (cur_file_count > kMaxRingBufferFileNum || cur_file.first < delete_files_before) { in removeOldFilesInternal()202 if (unlink(cur_file.second.c_str()) != 0) { in removeOldFilesInternal()