Searched refs:ReplaceFile (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/test/ |
D | fontconfig_util_linux.cc | 410 if (ReplaceFile(fonts_conf_file_temp, fonts_conf_file, nullptr)) in SetUpFontconfig()
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator.cc | 717 if (!base::ReplaceFile(active_path, base_path, nullptr)) in CreateWithActiveFile() 723 base::ReplaceFile(spare_path, active_path, nullptr); in CreateWithActiveFile() 853 success = ReplaceFile(temp_spare_path, spare_path, nullptr); in CreateSpareFile()
|
/external/libchrome/base/files/ |
D | file_util.h | 94 BASE_EXPORT bool ReplaceFile(const FilePath& from_path,
|
D | important_file_writer.cc | 202 if (!ReplaceFile(tmp_file_path, path, &replace_file_error)) { in WriteFileAtomically()
|
D | file_util_posix.cc | 384 bool ReplaceFile(const FilePath& from_path, in ReplaceFile() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 290 // Try ReplaceFile first, as it is able to associate a new data stream
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 292 // Try ReplaceFile first, as it is able to associate a new data stream
|