Searched refs:file0 (Results 1 – 2 of 2) sorted by relevance
32 truncate -s 1M ${fs_root}/dir1/file033 truncate -s 1M ${fs_root}/dir1/dir2/file0
194 std::string file0; in RotateLogs() local196 file0 = output_file_name_; in RotateLogs()198 file0 = StringPrintf("%s.%.*d", output_file_name_, max_rotation_count_digits, i - 1); in RotateLogs()201 if (!file0.length() || !file1.length()) { in RotateLogs()206 if (rename(file0.c_str(), file1.c_str()) == -1 && errno != ENOENT) { in RotateLogs()207 error(0, errno, "rename('%s', '%s') failed while rotating log files", file0.c_str(), in RotateLogs()