Searched refs:GetQuotedCommandString (Results 1 – 4 of 4) sorted by relevance
110 bool GetQuotedCommandString(std::string &command) const;
218 launch_info.GetArguments().GetQuotedCommandString(quoted_cmd_string); in ShellExpandArguments()
229 bool Args::GetQuotedCommandString(std::string &command) const { in GetQuotedCommandString() function in Args
175 if (!copy_args.GetQuotedCommandString(repeat_command)) in GetRepeatCommand()