Searched refs:exec_argv (Results 1 – 2 of 2) sorted by relevance
66 std::vector<std::string> exec_argv = { file_path }; in Exec() local68 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()
97 std::vector<std::string> exec_argv = { file_path, diff_pid_args, boot_image_args }; in Exec() local99 return ::art::Exec(exec_argv, error_msg); in Exec()