Lines Matching refs:tmp_file
1473 std::unique_ptr<File> tmp_file(OS::CreateEmptyFile(tmp_file_name.c_str()));1474 if (tmp_file.get() == nullptr) {1480 UNUSED(tmp_file->WriteFully(dex_file->Begin(), dex_file->Size()));1481 UNUSED(tmp_file->Flush());1482 UNUSED(tmp_file->Close());