Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc458 std::unique_ptr<OatFile> best_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
459 ASSERT_TRUE(best_file.get() != nullptr); in TEST_F()
460 EXPECT_EQ(best_file->GetLocation(), odex_location); in TEST_F()