Searched refs:replace_file_error (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/base/files/ |
H A D | important_file_writer.cc | 213 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 D | important_file_writer.cc | 201 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()
|