Home | History | Annotate | Download | only in vpn

Lines Matching full:quoted_option

265     vector<string> quoted_option;
276 quoted_option.push_back("\"" + quoted_argument + "\"");
278 quoted_option.push_back(argument);
281 option_strings.push_back(base::JoinString(quoted_option, " "));