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