Home | History | Annotate | Download | only in updater

Lines Matching refs:line_str

1551         const std::string& line_str(*it);
1552 if (line_str.empty()) {
1556 params.tokens = android::base::Split(line_str, " ");
1559 params.cmdline = line_str.c_str();
1572 fprintf(stderr, "failed to execute command [%s]\n", line_str.c_str());