Searched refs:dex_files_first (Results 1 – 1 of 1) sorted by relevance
1564 std::vector<std::unique_ptr<const DexFile>> dex_files_first; in TEST_F() local1569 dex_files_first = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()1575 ASSERT_EQ(dex_files_first.size(), 1u) << android::base::Join(error_msgs, "\n"); in TEST_F()1577 EXPECT_EQ(dex_files_first[0]->GetOatDexFile(), nullptr); in TEST_F()1583 *dex_files_first[0], in TEST_F()1586 std::string stored_dex_location = dex_files_first[0]->GetLocation(); in TEST_F()1587 EXPECT_EQ(dex_files_first[0]->GetHiddenapiDomain(), hiddenapi::Domain::kPlatform); in TEST_F()