Searched refs:QuoteForCommandLineToArgvW (Results 1 – 3 of 3) sorted by relevance
106 string16 QuoteForCommandLineToArgvW(const string16& arg, in QuoteForCommandLineToArgvW() function446 string = QuoteForCommandLineToArgvW(string, quote_placeholders); in GetCommandLineStringInternal()473 QuoteForCommandLineToArgvW(switch_value, quote_placeholders); in GetArgumentsStringInternal()479 arg = QuoteForCommandLineToArgvW(arg, quote_placeholders); in GetArgumentsStringInternal()
154 static std::wstring QuoteForCommandLineToArgvW(const std::wstring& arg);
668 std::wstring CommandLine::QuoteForCommandLineToArgvW(const std::wstring& arg) { in GetSwitchValueASCII() function in base::CommandLine