Home
last modified time | relevance | path

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

/art/runtime/
Druntime_test.cc99 std::unique_ptr<File> core_oat_file(OS::OpenFileForReading(core_oat_location.c_str())); in TEST_F() local
100 ASSERT_TRUE(core_oat_file.get() != nullptr) << core_oat_location; in TEST_F()
103 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(core_oat_file.get(), in TEST_F()