Lines Matching full:command_line
10 #include "base/command_line.h"
430 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
438 bool cmd_sup = command_line.HasSwitch("supported");
439 bool cmd_dis = command_line.HasSwitch("dis");
440 bool cmd_asm = command_line.HasSwitch("asm");
441 bool cmd_disadj = command_line.HasSwitch("disadj");
442 bool cmd_make_patch = command_line.HasSwitch("gen");
443 bool cmd_apply_patch = command_line.HasSwitch("apply");
444 bool cmd_make_bsdiff_patch = command_line.HasSwitch("genbsdiff");
445 bool cmd_apply_bsdiff_patch = command_line.HasSwitch("applybsdiff");
446 bool cmd_spread_1_adjusted = command_line.HasSwitch("gen1a");
447 bool cmd_spread_1_unadjusted = command_line.HasSwitch("gen1u");
450 const CommandLine::StringVector& args = command_line.GetArgs();
458 std::string repeat_switch = command_line.GetSwitchValueASCII("repeat");