Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout_test.cc395 std::string output_dex = tmp_dir + "classes.dex.new"; in DexFileLayoutExec() local
404 if (!UnlinkFile(dex_file) || !UnlinkFile(profile_file) || !UnlinkFile(output_dex)) { in DexFileLayoutExec()
436 std::string output_dex = tmp_dir + "classes.dex.new"; in DexFileLayoutFixedPointExec() local
452 std::vector<std::string> cp_args = {"/usr/bin/cp", dex_file, output_dex}; in DexFileLayoutFixedPointExec()
454 CreateProfile(output_dex, profile_file); in DexFileLayoutFixedPointExec()
458 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, output_dex }; in DexFileLayoutFixedPointExec()
465 { "/usr/bin/diff", output_dex, second_output_dex }; in DexFileLayoutFixedPointExec()
470 std::vector<std::string> test_files = { dex_file, profile_file, output_dex, second_output_dex }; in DexFileLayoutFixedPointExec()
490 std::string output_dex = tmp_dir + "classes.dex.new"; in UnreferencedCatchHandlerExec() local
498 std::vector<std::string> diff_exec_argv = { "/usr/bin/diff", input_dex, output_dex }; in UnreferencedCatchHandlerExec()
[all …]
/art/runtime/
Dcommon_runtime_test.h89 bool MutateDexFile(File* output_dex, const std::string& input_jar, const Mutator& mutator) { in MutateDexFile() argument
105 if (!output_dex->WriteFully(dex->Begin(), dex->Size())) { in MutateDexFile()
108 if (output_dex->Flush() != 0) { in MutateDexFile()
/art/libartbase/base/
Dcommon_art_test.h203 bool MutateDexFile(File* output_dex, const std::string& input_jar, const Mutator& mutator) { in MutateDexFile() argument
219 if (!output_dex->WriteFully(dex->Begin(), dex->Size())) { in MutateDexFile()
222 if (output_dex->Flush() != 0) { in MutateDexFile()