Searched refs:dex_files_second (Results 1 – 1 of 1) sorted by relevance
1501 std::vector<std::unique_ptr<const DexFile>> dex_files_second; in TEST_F() local1533 dex_files_second = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()1539 ASSERT_EQ(dex_files_second.size(), 1u) << android::base::Join(error_msgs, "\n"); in TEST_F()1541 EXPECT_NE(dex_files_second[0]->GetOatDexFile(), nullptr); in TEST_F()1542 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()1548 *dex_files_second[0], in TEST_F()1551 std::string oat_stored_dex_location = dex_files_second[0]->GetLocation(); in TEST_F()1553 EXPECT_EQ(dex_files_second[0]->GetHiddenapiDomain(), hiddenapi::Domain::kPlatform); in TEST_F()