Searched refs:quotable_chars (Results 1 – 1 of 1) sorted by relevance
115 std::u16string quotable_chars(u" \\\""); in QuoteForCommandLineToArgvW() local119 quotable_chars.push_back('%'); in QuoteForCommandLineToArgvW()120 if (arg.find_first_of(quotable_chars) == std::u16string::npos) { in QuoteForCommandLineToArgvW()