Searched refs:to_fix (Results 1 – 1 of 1) sorted by relevance
237 static void fixate_user_ce_key(const std::string& directory_path, const std::string &to_fix, in fixate_user_ce_key() argument240 if (other_path != to_fix) { in fixate_user_ce_key()245 if (to_fix != current_path) { in fixate_user_ce_key()246 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key()247 if (rename(to_fix.c_str(), current_path.c_str()) != 0) { in fixate_user_ce_key()248 PLOG(WARNING) << "Unable to rename " << to_fix << " to " << current_path; in fixate_user_ce_key()