Searched refs:ReplaceFile (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_version_upgrade.cc184 if (!base::ReplaceFile(temp_fake_index, fake_index, NULL)) {
H A Dsimple_index_file.cc216 bool result = base::ReplaceFile(temp_index_filename, index_filename, NULL);
/external/chromium_org/base/files/
H A Dimportant_file_writer.cc82 if (!base::ReplaceFile(tmp_file_path, path, NULL)) {
H A Dfile_util.h94 BASE_EXPORT bool ReplaceFile(const FilePath& from_path,
H A Dfile_util_win.cc115 bool ReplaceFile(const FilePath& from_path, function in namespace:base
123 // Try the full-blown replace if the move fails, as ReplaceFile will only
127 if (::ReplaceFile(to_path.value().c_str(), from_path.value().c_str(), NULL,
H A Dfile_util_posix.cc238 bool ReplaceFile(const FilePath& from_path, function in namespace:base
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_wallpaper_downloader.cc49 if (base::ReplaceFile(from, to, &error)) {
/external/chromium_org/chromeos/settings/
H A Dtimezone_settings.cc248 if (!base::ReplaceFile(timezone_symlink2, timezone_symlink, NULL)) {
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_storage.cc256 bool rv = base::ReplaceFile(tmp_path, index_path, NULL);
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc553 if (base::ReplaceFile(src_file_path, destination, &error))

Completed in 233 milliseconds