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