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.cc784 std::unique_ptr<const DexFile> opened_dex_file2 = in TestZipFileInput() local
794 ASSERT_EQ(dex_file2_data->GetHeader().file_size_, opened_dex_file2->GetHeader().file_size_); in TestZipFileInput()
796 &opened_dex_file2->GetHeader(), in TestZipFileInput()
799 opened_dex_file2->GetLocation()); in TestZipFileInput()
833 std::unique_ptr<const DexFile> opened_dex_file2 = in TestZipFileInput() local
843 ASSERT_EQ(dex_file2_data->GetHeader().file_size_, opened_dex_file2->GetHeader().file_size_); in TestZipFileInput()
845 &opened_dex_file2->GetHeader(), in TestZipFileInput()
848 opened_dex_file2->GetLocation()); in TestZipFileInput()