Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc765 ScratchFile vdex_file2; in RunTestVDex() local
780 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file2.GetFd()); in RunTestVDex()
788 EXPECT_GT(vdex_file2.GetFile()->GetLength(), 0u); in RunTestVDex()
934 std::unique_ptr<File> vdex_file2(OS::CreateEmptyFile(vdex_location2.c_str())); in RunUnquickenMultiDexCDex() local
936 CHECK(vdex_file2 != nullptr) << vdex_location2; in RunUnquickenMultiDexCDex()
953 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file2->Fd()); in RunUnquickenMultiDexCDex()
962 ASSERT_EQ(vdex_file2->FlushCloseOrErase(), 0) << "Could not flush and close vdex file"; in RunUnquickenMultiDexCDex()