Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc1401 std::vector<std::unique_ptr<const DexFile>> dex_files_second; in TEST_F() local
1434 dex_files_second = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1440 ASSERT_EQ(dex_files_second.size(), 1u) << android::base::Join(error_msgs, "\n"); in TEST_F()
1442 EXPECT_NE(dex_files_second[0]->GetOatDexFile(), nullptr); in TEST_F()
1443 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
1449 *dex_files_second[0], in TEST_F()
1452 std::string oat_stored_dex_location = dex_files_second[0]->GetLocation(); in TEST_F()
1454 EXPECT_EQ(dex_files_second[0]->GetHiddenapiDomain(), hiddenapi::Domain::kPlatform); in TEST_F()