Lines Matching full:cmdline
1440 static const char* cmdline = ""; // the entire command-line1464 cmdline = strdup(cmdline_string.c_str()); // another small memory leak1465 assert(cmdline);1468 for (const char* c = cmdline; *c; c++)1473 const char* GetArgv() { return cmdline; }