Searched refs:tmp_file_path (Results 1 – 1 of 1) sorted by relevance
88 FilePath tmp_file_path; in WriteFileAtomically() local89 if (!CreateTemporaryFileInDir(path.DirName(), &tmp_file_path)) { in WriteFileAtomically()94 File tmp_file(tmp_file_path, File::FLAG_OPEN | File::FLAG_WRITE); in WriteFileAtomically()109 DeleteFile(tmp_file_path, false); in WriteFileAtomically()115 DeleteFile(tmp_file_path, false); in WriteFileAtomically()119 if (!ReplaceFile(tmp_file_path, path, nullptr)) { in WriteFileAtomically()121 DeleteFile(tmp_file_path, false); in WriteFileAtomically()