Home
last modified time | relevance | path

Searched refs:ReplaceFile (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/common/
Dimportant_file_writer.cc59 if (!file_util::ReplaceFile(tmp_file_path, path_)) { in Run()
/external/chromium/chrome/browser/chromeos/
Dsystem_access.cc133 if (!file_util::ReplaceFile(timezone_symlink2, timezone_symlink)) { in SetTimezoneIDFromString()
/external/chromium/base/
Dfile_util.h126 BASE_API bool ReplaceFile(const FilePath& from_path, const FilePath& to_path);
Dfile_util_win.cc212 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) { in ReplaceFile() function
228 return ::ReplaceFile(to_path.value().c_str(), in ReplaceFile()
Dfile_util_posix.cc211 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) { in ReplaceFile() function