Home | History | Annotate | Download | only in dex2oat

Lines Matching defs:command

85   std::vector<std::string> command;
87 command.push_back(original_argv[i]);
89 return Join(command, ' ');
96 std::vector<std::string> command;
138 command.push_back(original_argv[i]);
142 if (command.size() <= 1U) {
146 return Join(command, ' ');
168 UsageError("Command: %s", CommandLine().c_str());
309 UsageError(" stripped using standard command line tools such as strip or objcopy.");
542 // Parse the arguments from the command line. In case of an unrecognized option or impossible
971 << *runtime_features <<") for the command line:\n"
2035 // Otherwise, print a stripped command line.