Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc2041 std::unique_ptr<File> vdex_unquickened(OS::CreateEmptyFile(vdex_location2.c_str())); in TEST_F() local
2044 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_unquickened->Fd()); in TEST_F()
2054 ASSERT_EQ(vdex_unquickened->Flush(), 0) << "Could not flush and close vdex file"; in TEST_F()
2073 ASSERT_EQ(vdex_unquickened->FlushCloseOrErase(), 0) << "Could not flush and close"; in TEST_F()