OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplaceFile
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_version_upgrade.cc
184
if (!base::
ReplaceFile
(temp_fake_index, fake_index, NULL)) {
simple_index_file.cc
216
bool result = base::
ReplaceFile
(temp_index_filename, index_filename, NULL);
/external/chromium_org/base/files/
important_file_writer.cc
82
if (!base::
ReplaceFile
(tmp_file_path, path, NULL)) {
file_util.h
94
BASE_EXPORT bool
ReplaceFile
(const FilePath& from_path,
file_util_win.cc
115
bool
ReplaceFile
(const FilePath& from_path,
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,
file_util_posix.cc
238
bool
ReplaceFile
(const FilePath& from_path,
/external/chromium_org/chrome/browser/chromeos/
customization_wallpaper_downloader.cc
49
if (base::
ReplaceFile
(from, to, &error)) {
/external/chromium_org/chromeos/settings/
timezone_settings.cc
248
if (!base::
ReplaceFile
(timezone_symlink2, timezone_symlink, NULL)) {
/external/chromium_org/content/browser/service_worker/
service_worker_cache_storage.cc
256
bool rv = base::
ReplaceFile
(tmp_path, index_path, NULL);
/external/chromium_org/third_party/leveldatabase/
env_chromium.cc
553
if (base::
ReplaceFile
(src_file_path, destination, &error))
Completed in 228 milliseconds