Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc602 std::unique_ptr<const DexFile> dex_file1_data = builder1.Build(dex_file1.GetFilename()); in TestDexFileInput() local
604 MaybeModifyDexFileToFail(verify, dex_file1_data); in TestDexFileInput()
606 bool success = dex_file1.GetFile()->WriteFully(&dex_file1_data->GetHeader(), in TestDexFileInput()
607 dex_file1_data->GetHeader().file_size_); in TestDexFileInput()
612 input_dexfiles.push_back(std::move(dex_file1_data)); in TestDexFileInput()
726 std::unique_ptr<const DexFile> dex_file1_data = builder1.Build(dex_file1.GetFilename()); in TestZipFileInput() local
728 MaybeModifyDexFileToFail(verify, dex_file1_data); in TestZipFileInput()
730 bool success = dex_file1.GetFile()->WriteFully(&dex_file1_data->GetHeader(), in TestZipFileInput()
731 dex_file1_data->GetHeader().file_size_); in TestZipFileInput()
736 &dex_file1_data->GetHeader(), in TestZipFileInput()
[all …]