Searched refs:GetQuotedCommandString (Results 1 – 5 of 5) sorted by relevance
161 TEST(ArgsTest, GetQuotedCommandString) { in TEST() argument167 ASSERT_TRUE(args.GetQuotedCommandString(stdstr)); in TEST()
112 bool GetQuotedCommandString(std::string &command) const;
218 launch_info.GetArguments().GetQuotedCommandString(quoted_cmd_string); in ShellExpandArguments()
224 bool Args::GetQuotedCommandString(std::string &command) const { in GetQuotedCommandString() function in Args
176 if (!copy_args.GetQuotedCommandString(repeat_command)) in GetRepeatCommand()