Searched refs:vdex_output (Results 1 – 1 of 1) sorted by relevance
2003 std::unique_ptr<File> vdex_output(OS::CreateEmptyFile(vdex_location.c_str())); in TEST_F() local2007 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_output->Fd()); in TEST_F()2022 std::string input_vdex = StringPrintf("--input-vdex-fd=%d", vdex_output->Fd()); in TEST_F()2051 ASSERT_EQ(vdex_output->FlushCloseOrErase(), 0) << "Could not flush and close"; in TEST_F()