Home
last modified time | relevance | path

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

/third_party/gn/src/util/
H A Datomic_write.cc28 if (!base::ReplaceFile(temp_file_path, filename, NULL)) { in WriteFileAtomically()
/third_party/gn/src/base/files/
H A Dfile_util.h83 bool ReplaceFile(const FilePath& from_path,
H A Dfile_util_win.cc222 bool ReplaceFile(const FilePath& from_path, in RandomDataToGUIDString() function
231 // Try the full-blown replace if the move fails, as ReplaceFile will only in RandomDataToGUIDString()
235 if (::ReplaceFile(ToWCharT(&to_path.value()), ToWCharT(&from_path.value()), in RandomDataToGUIDString()
239 // In the case of FILE_ERROR_NOT_FOUND from ReplaceFile, it is likely that in RandomDataToGUIDString()
H A Dfile_util_posix.cc207 bool ReplaceFile(const FilePath& from_path, in ReplaceFile() function

Completed in 4 milliseconds