Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:tmp_file

1345         std::unique_ptr<File> tmp_file(OS::CreateEmptyFile(tmp_file_name.c_str()));
1346 if (tmp_file.get() == nullptr) {
1351 tmp_file->WriteFully(dex_file->Begin(), dex_file->Size());