Searched refs:vdex_file2 (Results 1 – 1 of 1) sorted by relevance
753 ScratchFile vdex_file2; in RunTestVDex() local768 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file2.GetFd()); in RunTestVDex()776 EXPECT_GT(vdex_file2.GetFile()->GetLength(), 0u); in RunTestVDex()913 std::unique_ptr<File> vdex_file2(OS::CreateEmptyFile(vdex_location2.c_str())); in RunUnquickenMultiDexCDex() local915 CHECK(vdex_file2 != nullptr) << vdex_location2; in RunUnquickenMultiDexCDex()933 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file2->Fd()); in RunUnquickenMultiDexCDex()942 ASSERT_EQ(vdex_file2->FlushCloseOrErase(), 0) << "Could not flush and close vdex file"; in RunUnquickenMultiDexCDex()