Home
last modified time | relevance | path

Searched refs:QuoteForCommandLineToArgvW (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dcommand_line.cc106 string16 QuoteForCommandLineToArgvW(const string16& arg, in QuoteForCommandLineToArgvW() function
446 string = QuoteForCommandLineToArgvW(string, quote_placeholders); in GetCommandLineStringInternal()
473 QuoteForCommandLineToArgvW(switch_value, quote_placeholders); in GetArgumentsStringInternal()
479 arg = QuoteForCommandLineToArgvW(arg, quote_placeholders); in GetArgumentsStringInternal()
/aosp_15_r20/external/cronet/base/
H A Dcommand_line.h154 static std::wstring QuoteForCommandLineToArgvW(const std::wstring& arg);
H A Dcommand_line.cc668 std::wstring CommandLine::QuoteForCommandLineToArgvW(const std::wstring& arg) { in GetSwitchValueASCII() function in base::CommandLine