Home
last modified time | relevance | path

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

/external/chromium_org/base/files/
Dimportant_file_writer.cc56 FilePath tmp_file_path; in WriteFileAtomically() local
57 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()