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

/external/chromium/chrome/common/
H A Dimportant_file_writer.cc59 if (!file_util::ReplaceFile(tmp_file_path, path_)) {
/external/chromium_org/base/files/
H A Dimportant_file_writer.cc93 if (!base::ReplaceFile(tmp_file_path, path, NULL)) {
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_version_upgrade.cc188 if (!base::ReplaceFile(temp_fake_index, fake_index, NULL)) {
H A Dsimple_index_file.cc217 bool result = base::ReplaceFile(temp_index_filename, index_filename, NULL);
/external/chromium/chrome/browser/chromeos/
H A Dsystem_access.cc133 if (!file_util::ReplaceFile(timezone_symlink2, timezone_symlink)) {
/external/chromium_org/base/
H A Dfile_util.h94 BASE_EXPORT bool ReplaceFile(const FilePath& from_path,
H A Dfile_util_win.cc144 bool ReplaceFile(const FilePath& from_path, function in namespace:base
152 // Try the full-blown replace if the move fails, as ReplaceFile will only
156 if (::ReplaceFile(to_path.value().c_str(), from_path.value().c_str(), NULL,
H A Dfile_util_posix.cc245 bool ReplaceFile(const FilePath& from_path, function in namespace:base
/external/chromium_org/chromeos/settings/
H A Dtimezone_settings.cc243 if (!base::ReplaceFile(timezone_symlink2, timezone_symlink, NULL)) {
/external/chromium/base/
H A Dfile_util.h126 BASE_API bool ReplaceFile(const FilePath& from_path, const FilePath& to_path);
H A Dfile_util_win.cc212 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:file_util
228 return ::ReplaceFile(to_path.value().c_str(),
H A Dfile_util_posix.cc211 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:file_util
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc887 if (base::ReplaceFile(src_file_path, destination, &error))

Completed in 281 milliseconds