Searched refs:ReplaceFile (Results 1 – 5 of 5) sorted by relevance
59 if (!file_util::ReplaceFile(tmp_file_path, path_)) { in Run()
133 if (!file_util::ReplaceFile(timezone_symlink2, timezone_symlink)) { in SetTimezoneIDFromString()
126 BASE_API bool ReplaceFile(const FilePath& from_path, const FilePath& to_path);
212 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) { in ReplaceFile() function228 return ::ReplaceFile(to_path.value().c_str(), in ReplaceFile()
211 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) { in ReplaceFile() function