Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp398 llvm::StringRef escapables = " '\""; in GetShellSafeArgument() local
404 escapables = Shell.m_escapables; in GetShellSafeArgument()
414 if (escapables.contains(c)) in GetShellSafeArgument()