Searched refs:opened_dex_file1 (Results 1 – 1 of 1) sorted by relevance
651 std::unique_ptr<const DexFile> opened_dex_file1 = in TestDexFileInput() local661 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() local783 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() local833 ASSERT_EQ(dex_file1_data->GetHeader().file_size_, opened_dex_file1->GetHeader().file_size_); in TestZipFileInput()[all …]