Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DArgs.cpp394 llvm::StringRef escapables = " '\""; in GetShellSafeArgument() local
399 escapables = Shell.m_escapables; in GetShellSafeArgument()
409 if (escapables.contains(c)) in GetShellSafeArgument()