Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc619 std::unique_ptr<const DexFile> dex_file2_data = builder2.Build(dex_file2.GetFilename()); in TestDexFileInput() local
621 MaybeModifyDexFileToFail(verify, dex_file2_data); in TestDexFileInput()
623 success = dex_file2.GetFile()->WriteFully(&dex_file2_data->GetHeader(), in TestDexFileInput()
624 dex_file2_data->GetHeader().file_size_); in TestDexFileInput()
629 input_dexfiles.push_back(std::move(dex_file2_data)); in TestDexFileInput()
744 std::unique_ptr<const DexFile> dex_file2_data = builder2.Build(dex_file2.GetFilename()); in TestZipFileInput() local
746 MaybeModifyDexFileToFail(verify, dex_file2_data); in TestZipFileInput()
748 success = dex_file2.GetFile()->WriteFully(&dex_file2_data->GetHeader(), in TestZipFileInput()
749 dex_file2_data->GetHeader().file_size_); in TestZipFileInput()
754 &dex_file2_data->GetHeader(), in TestZipFileInput()
[all …]