Home
last modified time | relevance | path

Searched refs:kQuote (Results 1 - 1 of 1) sorted by relevance

/third_party/ninja/src/
H A Dutil.cc359 const char kQuote = '\''; in GetShellEscapedString() local
362 result->push_back(kQuote); in GetShellEscapedString()
367 if (*it == kQuote) { in GetShellEscapedString()
374 result->push_back(kQuote); in GetShellEscapedString()
385 const char kQuote = '"'; in GetWin32EscapedString() local
388 result->push_back(kQuote); in GetWin32EscapedString()
397 case kQuote: in GetWin32EscapedString()
410 result->push_back(kQuote); in GetWin32EscapedString()

Completed in 2 milliseconds