Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump_test.cc66 std::vector<std::string> exec_argv = { file_path }; in Exec() local
68 exec_argv.push_back("--symbolize=" + core_oat_location_); in Exec()
69 exec_argv.push_back("--output=" + core_oat_location_ + ".symbolize"); in Exec()
71 exec_argv.push_back("--image=" + core_art_location_); in Exec()
72 exec_argv.push_back("--output=/dev/null"); in Exec()
75 exec_argv.push_back("--oat-file=" + core_oat_location_); in Exec()
76 exec_argv.push_back("--output=/dev/null"); in Exec()
78 exec_argv.insert(exec_argv.end(), args.begin(), args.end()); in Exec()
79 return ::art::Exec(exec_argv, error_msg); in Exec()
/art/imgdiag/
Dimgdiag_test.cc97 std::vector<std::string> exec_argv = { file_path, diff_pid_args, boot_image_args }; in Exec() local
99 return ::art::Exec(exec_argv, error_msg); in Exec()