Searched refs:opened_dex_file2 (Results 1 – 1 of 1) sorted by relevance
590 std::unique_ptr<const DexFile> opened_dex_file2 = in TestDexFileInput() local599 ASSERT_EQ(dex_file2_data->GetHeader().file_size_, opened_dex_file2->GetHeader().file_size_); in TestDexFileInput()601 &opened_dex_file2->GetHeader(), in TestDexFileInput()603 ASSERT_EQ(dex_file2_data->GetLocation(), opened_dex_file2->GetLocation()); in TestDexFileInput()690 std::unique_ptr<const DexFile> opened_dex_file2 = in TestZipFileInput() local700 ASSERT_EQ(dex_file2_data->GetHeader().file_size_, opened_dex_file2->GetHeader().file_size_); in TestZipFileInput()702 &opened_dex_file2->GetHeader(), in TestZipFileInput()705 opened_dex_file2->GetLocation()); in TestZipFileInput()738 std::unique_ptr<const DexFile> opened_dex_file2 = in TestZipFileInput() local748 ASSERT_EQ(dex_file2_data->GetHeader().file_size_, opened_dex_file2->GetHeader().file_size_); in TestZipFileInput()[all …]