Searched refs:arg_vector (Results 1 – 4 of 4) sorted by relevance
157 std::vector<std::string> arg_vector; in GenerateImage() local160 arg_vector.push_back(dex2oat); in GenerateImage()164 arg_vector.push_back(image_option_string); in GenerateImage()167 arg_vector.push_back(std::string("--dex-file=") + boot_class_path[i]); in GenerateImage()172 arg_vector.push_back(oat_file_option_string); in GenerateImage()174 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&arg_vector); in GenerateImage()182 arg_vector.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset)); in GenerateImage()185 arg_vector.push_back("--host"); in GenerateImage()190 arg_vector.push_back(compiler_options[i].c_str()); in GenerateImage()193 std::string command_line(Join(arg_vector, ' ')); in GenerateImage()[all …]
1326 bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec() argument1327 const std::string command_line(Join(arg_vector, ' ')); in Exec()1329 CHECK_GE(arg_vector.size(), 1U) << command_line; in Exec()1332 const char* program = arg_vector[0].c_str(); in Exec()1334 for (size_t i = 0; i < arg_vector.size(); ++i) { in Exec()1335 const std::string& arg = arg_vector[i]; in Exec()
462 void AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* arg_vector) const;
525 bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg);