Searched refs:tmp_file_path (Results 1 – 1 of 1) sorted by relevance
56 FilePath tmp_file_path; in WriteFileAtomically() local57 if (!base::CreateTemporaryFileInDir(path.DirName(), &tmp_file_path)) { in WriteFileAtomically()62 File tmp_file(tmp_file_path, File::FLAG_OPEN | File::FLAG_WRITE); in WriteFileAtomically()78 base::DeleteFile(tmp_file_path, false); in WriteFileAtomically()82 if (!base::ReplaceFile(tmp_file_path, path, NULL)) { in WriteFileAtomically()84 base::DeleteFile(tmp_file_path, false); in WriteFileAtomically()