Searched refs:best_file (Results 1 – 1 of 1) sorted by relevance
458 std::unique_ptr<OatFile> best_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local459 ASSERT_TRUE(best_file.get() != nullptr); in TEST_F()460 EXPECT_EQ(best_file->GetLocation(), odex_location); in TEST_F()