Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc763 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str())); in RunTestVDex() local
764 CHECK(vdex_file1 != nullptr) << vdex_location; in RunTestVDex()
768 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunTestVDex()
775 EXPECT_GT(vdex_file1->GetLength(), 0u); in RunTestVDex()
779 std::string input_vdex = StringPrintf("--input-vdex-fd=%d", vdex_file1->Fd()); in RunTestVDex()
790 ASSERT_EQ(vdex_file1->FlushCloseOrErase(), 0) << "Could not flush and close vdex file"; in RunTestVDex()
885 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str())); in RunUnquickenMultiDex() local
886 CHECK(vdex_file1 != nullptr) << vdex_location; in RunUnquickenMultiDex()
890 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunUnquickenMultiDex()
897 EXPECT_GT(vdex_file1->GetLength(), 0u); in RunUnquickenMultiDex()
[all …]