Searched refs:output_vdex (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat_test.cc | 768 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunTestVDex() local 774 { input_vdex, output_vdex }); in RunTestVDex() 780 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file2.GetFd()); in RunTestVDex() local 786 { input_vdex, output_vdex }, in RunTestVDex() 890 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunUnquickenMultiDex() local 894 { input_vdex, output_vdex }, in RunUnquickenMultiDex() 905 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunUnquickenMultiDex() local 909 { input_vdex, output_vdex, kDisableCompactDex }, in RunUnquickenMultiDex() 941 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunUnquickenMultiDexCDex() local 945 { input_vdex, output_vdex, "--compact-dex-level=fast"}, in RunUnquickenMultiDexCDex() [all …]
|