Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dutils.py84 return rh.shell.cmd_to_str(self.cmd)
120 return '' if self.cmd is None else rh.shell.cmd_to_str(self.cmd)
Dshell.py129 def cmd_to_str(cmd): function
Dshell_unittest.py114 self._testData(rh.shell.cmd_to_str, tests)
/tools/repohooks/tools/
Dgoogle-java-format.py99 (sys.argv[0], rh.shell.cmd_to_str(argv)))
Dclang-format.py118 (sys.argv[0], rh.shell.cmd_to_str(argv)))