Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc2024 std::unique_ptr<File> vdex_output(OS::CreateEmptyFile(vdex_location.c_str())); in TEST_F() local
2028 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_output->Fd()); in TEST_F()
2043 std::string input_vdex = StringPrintf("--input-vdex-fd=%d", vdex_output->Fd()); in TEST_F()
2072 ASSERT_EQ(vdex_output->FlushCloseOrErase(), 0) << "Could not flush and close"; in TEST_F()