Home
last modified time | relevance | path

Searched refs:command_args (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/client/
Dincremental.cpp110 std::vector<std::string> command_args{"package", "install-incremental"}; in start_install() local
111 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()
Dcommandline.h122 unique_fd send_abb_exec_command(const ContainerT& command_args, std::string* error) { in send_abb_exec_command() argument
123 std::string service_string = "abb_exec:" + android::base::Join(command_args, ABB_ARG_DELIMETER); in send_abb_exec_command()