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.cc782 std::unique_ptr<const DexFile> opened_dex_file1 = in TestZipFileInput() local
787 ASSERT_EQ(dex_file1_data->GetHeader().file_size_, opened_dex_file1->GetHeader().file_size_); in TestZipFileInput()
789 &opened_dex_file1->GetHeader(), in TestZipFileInput()
792 opened_dex_file1->GetLocation()); in TestZipFileInput()
831 std::unique_ptr<const DexFile> opened_dex_file1 = in TestZipFileInput() local
836 ASSERT_EQ(dex_file1_data->GetHeader().file_size_, opened_dex_file1->GetHeader().file_size_); in TestZipFileInput()
838 &opened_dex_file1->GetHeader(), in TestZipFileInput()
841 opened_dex_file1->GetLocation()); in TestZipFileInput()