Searched refs:file0 (Results 1 – 1 of 1) sorted by relevance
159 std::string file0; in RotateLogs() local161 file0 = output_file_name_; in RotateLogs()163 file0 = StringPrintf("%s.%.*d", output_file_name_, max_rotation_count_digits, i - 1); in RotateLogs()166 if (!file0.length() || !file1.length()) { in RotateLogs()171 closeLogFile(file0.c_str()); in RotateLogs()173 int err = rename(file0.c_str(), file1.c_str()); in RotateLogs()