Searched refs:GetCommandString (Results 1 – 7 of 7) sorted by relevance
112 bool GetCommandString(std::string &command) const;
429 args.GetCommandString(cmd_line); in DoExecute()478 args.GetCommandString(cmd_line); in DoExecute()530 args.GetCommandString(cmd_line); in DoExecute()572 args.GetCommandString(cmd_line); in DoExecute()666 args.GetCommandString(cmd_line); in DoExecute()
124 command.GetCommandString(cmd_string); in DoExecute()
2363 current_command_args.GetCommandString(cmd); in GetRepeatCommand()
576 args.GetCommandString(args_string); in HandleAliasingNormalCommand()
324 self_args.GetCommandString(cmd); in spawn_process()
215 bool Args::GetCommandString(std::string &command) const { in GetCommandString() function in Args