Searched refs:unrotated_name (Results 1 – 1 of 1) sorted by relevance
315 std::string unrotated_name = file_names_[i - 1]; in RotateFiles() local316 if (IsFile(unrotated_name)) { in RotateFiles()317 if (!MoveFile(unrotated_name, rotated_name)) { in RotateFiles()319 unrotated_name.c_str(), rotated_name.c_str()); in RotateFiles()