Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dshell.py123 def cmd_to_str(cmd): function
Dutils.py80 return rh.shell.cmd_to_str(self.cmd)
116 return '' if self.cmd is None else rh.shell.cmd_to_str(self.cmd)
Dshell_unittest.py111 self._testData(rh.shell.cmd_to_str, tests)
Dhooks.py911 rh.shell.cmd_to_str(cmd + [d.file]))
/tools/repohooks/tools/
Dgoogle-java-format.py96 (sys.argv[0], rh.shell.cmd_to_str(argv)))
Dclang-format.py115 (sys.argv[0], rh.shell.cmd_to_str(argv)))