Home
last modified time | relevance | path

Searched refs:dex_files_first (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Doat_file_assistant_test.cc1400 std::vector<std::unique_ptr<const DexFile>> dex_files_first; in TEST_F() local
1405 dex_files_first = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1411 ASSERT_EQ(dex_files_first.size(), 1u) << android::base::Join(error_msgs, "\n"); in TEST_F()
1413 EXPECT_EQ(dex_files_first[0]->GetOatDexFile(), nullptr); in TEST_F()
1419 *dex_files_first[0], in TEST_F()
1422 std::string stored_dex_location = dex_files_first[0]->GetLocation(); in TEST_F()
1423 EXPECT_EQ(dex_files_first[0]->GetHiddenapiDomain(), hiddenapi::Domain::kPlatform); in TEST_F()