Searched refs:argv_str (Results 1 - 2 of 2) sorted by relevance

/art/profman/
H A Dprofile_assistant_test.cc144 std::vector<std::string> argv_str; local
145 argv_str.push_back(profman_cmd);
147 argv_str.push_back("--profile-file-fd=" + std::to_string(profiles_fd[k]));
149 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile_fd));
152 return ExecAndReturnCode(argv_str, &error);
157 std::vector<std::string> argv_str; local
158 argv_str.push_back(profman_cmd);
159 argv_str.push_back("--generate-test-profile=" + filename);
161 return ExecAndReturnCode(argv_str, &error);
166 std::vector<std::string> argv_str; local
185 std::vector<std::string> argv_str; local
199 std::vector<std::string> argv_str; local
[all...]
/art/dexoptanalyzer/
H A Ddexoptanalyzer_test.cc41 std::vector<std::string> argv_str; local
42 argv_str.push_back(dexoptanalyzer_cmd);
43 argv_str.push_back("--dex-file=" + dex_file);
44 argv_str.push_back("--isa=" + std::string(GetInstructionSetString(kRuntimeISA)));
45 argv_str.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(compiler_filter));
47 argv_str.push_back("--assume-profile-changed");
49 argv_str.push_back("--image=" + GetImageLocation());
50 argv_str.push_back("--android-data=" + android_data_);
53 return ExecAndReturnCode(argv_str, &error);

Completed in 45 milliseconds