Lines Matching defs:args
96 std::vector<char*> args;
97 args.push_back(const_cast<char*>("sst.x")); // TODO: Compute this somehow?
98 splitCommandArgs(cmd, args);
99 args.push_back(const_cast<char*>("--initialize-only"));
102 for (size_t i = 0; i < args.size(); ++i) {
103 dbg.output(CALL_INFO, " Arg [%02zu] = %s\n", i, args[i]);
120 initPython(args.size(), &args[0]);
190 std::vector<char *> &args)
200 args.push_back(strdup(beg.c_str()));