Searched refs:exec_argv (Results 1 - 4 of 4) sorted by relevance

/art/oatdump/
H A Doatdump_test.cc66 std::vector<std::string> exec_argv = { file_path }; local
68 exec_argv.push_back("--symbolize=" + core_oat_location_);
69 exec_argv.push_back("--output=" + core_oat_location_ + ".symbolize");
71 exec_argv.push_back("--image=" + core_art_location_);
72 exec_argv.push_back("--instruction-set=" + std::string(GetInstructionSetString(kRuntimeISA)));
73 exec_argv.push_back("--output=/dev/null");
76 exec_argv.push_back("--oat-file=" + core_oat_location_);
77 exec_argv.push_back("--output=/dev/null");
79 exec_argv.insert(exec_argv
[all...]
/art/dexdump/
H A Ddexdump_test.cc48 std::vector<std::string> exec_argv = { file_path }; local
49 exec_argv.insert(exec_argv.end(), args.begin(), args.end());
50 return ::art::Exec(exec_argv, error_msg);
/art/dexlist/
H A Ddexlist_test.cc52 std::vector<std::string> exec_argv = { file_path }; local
53 exec_argv.insert(exec_argv.end(), args.begin(), args.end());
54 return ::art::Exec(exec_argv, error_msg);
/art/imgdiag/
H A Dimgdiag_test.cc108 std::vector<std::string> exec_argv = { local
115 return ::art::Exec(exec_argv, error_msg);

Completed in 59 milliseconds