Searched refs:to_fix (Results 1 – 1 of 1) sorted by relevance
179 static void fixate_user_ce_key(const std::string& directory_path, const std::string& to_fix, in fixate_user_ce_key() argument182 if (other_path != to_fix) { in fixate_user_ce_key()187 if (to_fix != current_path) { in fixate_user_ce_key()188 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key()189 if (rename(to_fix.c_str(), current_path.c_str()) != 0) { in fixate_user_ce_key()190 PLOG(WARNING) << "Unable to rename " << to_fix << " to " << current_path; in fixate_user_ce_key()