Home
last modified time | relevance | path

Searched refs:replace_file_error (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/files/
H A Dimportant_file_writer.cc213 File::Error replace_file_error = File::FILE_OK; in WriteFileAtomicallyImpl() local
227 result = ReplaceFile(tmp_file_path, path, &replace_file_error); in WriteFileAtomicallyImpl()
236 result = ReplaceFile(tmp_file_path, path, &replace_file_error); in WriteFileAtomicallyImpl()
249 result = ReplaceFile(tmp_file_path, path, &replace_file_error); in WriteFileAtomicallyImpl()
/aosp_15_r20/external/libchrome/base/files/
H A Dimportant_file_writer.cc201 base::File::Error replace_file_error = base::File::FILE_OK; in WriteFileAtomically() local
202 if (!ReplaceFile(tmp_file_path, path, &replace_file_error)) { in WriteFileAtomically()
204 histogram_suffix, -replace_file_error, in WriteFileAtomically()