Home
last modified time | relevance | path

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

/art/compiler/
Dimage_test.cc94 std::unique_ptr<File> dup_oat(OS::OpenFileReadWrite(oat_file.GetFilename().c_str())); in TEST_F() local
95 ASSERT_TRUE(dup_oat.get() != NULL); in TEST_F()
101 dup_oat->GetPath(), dup_oat->GetPath(), /*compile_pic*/false); in TEST_F()
103 bool success_fixup = ElfFixup::Fixup(dup_oat.get(), writer.GetOatDataBegin()); in TEST_F()
106 ASSERT_EQ(dup_oat->FlushCloseOrErase(), 0) << "Could not flush and close oat file " in TEST_F()