Searched refs:unrotated_name (Results 1 – 1 of 1) sorted by relevance
293 std::string unrotated_name = file_names_[i - 1]; in RotateFiles() local294 if (Filesystem::IsFile(unrotated_name)) { in RotateFiles()295 if (!Filesystem::MoveFile(unrotated_name, rotated_name)) { in RotateFiles()296 std::cerr << "Failed to move: " << unrotated_name << " to " in RotateFiles()