Searched refs:command_args (Results 1 – 2 of 2) sorted by relevance
110 std::vector<std::string> command_args{"package", "install-incremental"}; in start_install() local111 command_args.insert(command_args.end(), passthrough_args.begin(), passthrough_args.end()); in start_install()131 command_args.push_back(std::move(file_desc)); in start_install()135 auto connection_fd = unique_fd(send_abb_exec_command(command_args, &error)); in start_install()139 android::base::Join(command_args, " ").c_str(), error.c_str()); in start_install()
122 unique_fd send_abb_exec_command(const ContainerT& command_args, std::string* error) { in send_abb_exec_command() argument123 std::string service_string = "abb_exec:" + android::base::Join(command_args, ABB_ARG_DELIMETER); in send_abb_exec_command()