Searched refs:quotable_chars (Results 1 – 1 of 1) sorted by relevance
106 string16 quotable_chars(L" \\\""); in QuoteForCommandLineToArgvW() local110 quotable_chars.push_back(L'%'); in QuoteForCommandLineToArgvW()111 if (arg.find_first_of(quotable_chars) == string16::npos) { in QuoteForCommandLineToArgvW()