Lines Matching refs:opened_dex_file1
651 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()
835 &opened_dex_file1->GetHeader(), in TestZipFileInput()
838 opened_dex_file1->GetLocation()); in TestZipFileInput()