Home
last modified time | relevance | path

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

/third_party/gn/src/base/
Dcommand_line.cc115 std::u16string quotable_chars(u" \\\""); in QuoteForCommandLineToArgvW() local
119 quotable_chars.push_back('%'); in QuoteForCommandLineToArgvW()
120 if (arg.find_first_of(quotable_chars) == std::u16string::npos) { in QuoteForCommandLineToArgvW()