Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc791 std::unique_ptr<const DexFile> opened_dex_file2 = in TestZipFileInput() local
801 ASSERT_EQ(dex_file2_data->GetHeader().file_size_, opened_dex_file2->GetHeader().file_size_); in TestZipFileInput()
803 &opened_dex_file2->GetHeader(), in TestZipFileInput()
806 opened_dex_file2->GetLocation()); in TestZipFileInput()
840 std::unique_ptr<const DexFile> opened_dex_file2 = in TestZipFileInput() local
850 ASSERT_EQ(dex_file2_data->GetHeader().file_size_, opened_dex_file2->GetHeader().file_size_); in TestZipFileInput()
852 &opened_dex_file2->GetHeader(), in TestZipFileInput()
855 opened_dex_file2->GetLocation()); in TestZipFileInput()