Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line.cc110 string16 quotable_chars(L" \\\""); in QuoteForCommandLineToArgvW() local
114 quotable_chars.push_back(L'%'); in QuoteForCommandLineToArgvW()
115 if (arg.find_first_of(quotable_chars) == string16::npos) { in QuoteForCommandLineToArgvW()