Searched refs:output_vdex (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat_test.cc | 756 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunTestVDex() local 762 { input_vdex, output_vdex }); in RunTestVDex() 768 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file2.GetFd()); in RunTestVDex() local 774 { input_vdex, output_vdex }, in RunTestVDex() 879 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunUnquickenMultiDex() local 883 { input_vdex, output_vdex }, in RunUnquickenMultiDex() 891 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunUnquickenMultiDex() local 895 { input_vdex, output_vdex, kDisableCompactDex }, in RunUnquickenMultiDex() 920 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file1->Fd()); in RunUnquickenMultiDexCDex() local 924 { input_vdex, output_vdex, "--compact-dex-level=fast"}, in RunUnquickenMultiDexCDex() [all …]
|