Searched refs:to_fix (Results 1 – 1 of 1) sorted by relevance
172 static void fixate_user_ce_key(const std::string& directory_path, const std::string& to_fix, in fixate_user_ce_key() argument175 if (other_path != to_fix) { in fixate_user_ce_key()180 if (to_fix != current_path) { in fixate_user_ce_key()181 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key()182 if (rename(to_fix.c_str(), current_path.c_str()) != 0) { in fixate_user_ce_key()183 PLOG(WARNING) << "Unable to rename " << to_fix << " to " << current_path; in fixate_user_ce_key()