Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc651 std::unique_ptr<const DexFile> opened_dex_file1 = in TestDexFileInput() local
661 ASSERT_EQ(dex_file1_data->GetHeader().file_size_, opened_dex_file1->GetHeader().file_size_); in TestDexFileInput()
663 &opened_dex_file1->GetHeader(), in TestDexFileInput()
665 ASSERT_EQ(dex_file1_data->GetLocation(), opened_dex_file1->GetLocation()); in TestDexFileInput()
778 std::unique_ptr<const DexFile> opened_dex_file1 = in TestZipFileInput() local
783 ASSERT_EQ(dex_file1_data->GetHeader().file_size_, opened_dex_file1->GetHeader().file_size_); in TestZipFileInput()
785 &opened_dex_file1->GetHeader(), in TestZipFileInput()
788 opened_dex_file1->GetLocation()); in TestZipFileInput()
828 std::unique_ptr<const DexFile> opened_dex_file1 = in TestZipFileInput() local
833 ASSERT_EQ(dex_file1_data->GetHeader().file_size_, opened_dex_file1->GetHeader().file_size_); in TestZipFileInput()
[all …]