Home | History | Annotate | Download | only in recovery

Lines Matching defs:args

328   std::vector<std::string> args;
329 int ret = update_binary_command(path, zip, retry_count, pipefd[1], &args);
385 const char* chr_args[args.size() + 1];
386 chr_args[args.size()] = nullptr;
387 for (size_t i = 0; i < args.size(); i++) {
388 chr_args[i] = args[i].c_str();
427 std::string args = space == std::string::npos ? "" : android::base::Trim(line.substr(space));
430 std::vector<std::string> tokens = android::base::Split(args, " ");
440 std::vector<std::string> tokens = android::base::Split(args, " ");
448 ui->PrintOnScreenOnly("%s\n", args.c_str());
462 if (!args.empty()) {
464 log_buffer.push_back(args);