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.cc595 std::unique_ptr<const DexFile> dex_file1_data = builder1.Build(dex_file1.GetFilename()); in TestDexFileInput() local
597 MaybeModifyDexFileToFail(verify, dex_file1_data); in TestDexFileInput()
599 bool success = dex_file1.GetFile()->WriteFully(&dex_file1_data->GetHeader(), in TestDexFileInput()
600 dex_file1_data->GetHeader().file_size_); in TestDexFileInput()
605 input_dexfiles.push_back(std::move(dex_file1_data)); in TestDexFileInput()
719 std::unique_ptr<const DexFile> dex_file1_data = builder1.Build(dex_file1.GetFilename()); in TestZipFileInput() local
721 MaybeModifyDexFileToFail(verify, dex_file1_data); in TestZipFileInput()
723 bool success = dex_file1.GetFile()->WriteFully(&dex_file1_data->GetHeader(), in TestZipFileInput()
724 dex_file1_data->GetHeader().file_size_); in TestZipFileInput()
729 &dex_file1_data->GetHeader(), in TestZipFileInput()
[all …]