Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dshell.py47 def shell_quote(s): function
151 return ' '.join(shell_quote(arg) for arg in cmd)
Dshell_unittest.py91 return rh.shell.shell_unquote(rh.shell.shell_quote(s))
93 self._testData(rh.shell.shell_quote, tests_quote)