Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc747 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str())); in RunTestVDex() local
748 CHECK(vdex_file1 != nullptr) << vdex_location; in RunTestVDex()
752 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunTestVDex()
759 EXPECT_GT(vdex_file1->GetLength(), 0u); in RunTestVDex()
763 std::string input_vdex = StringPrintf("--input-vdex-fd=%d", vdex_file1->Fd()); in RunTestVDex()
774 ASSERT_EQ(vdex_file1->FlushCloseOrErase(), 0) << "Could not flush and close vdex file"; in RunTestVDex()
868 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str())); in RunUnquickenMultiDex() local
869 CHECK(vdex_file1 != nullptr) << vdex_location; in RunUnquickenMultiDex()
873 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunUnquickenMultiDex()
880 EXPECT_GT(vdex_file1->GetLength(), 0u); in RunUnquickenMultiDex()
[all …]