Home
last modified time | relevance | path

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

/external/oss-fuzz/infra/
Dutils.py43 def command_to_string(command): function
78 command_str = command_to_string(command)
Dutils_test.py141 self.assertEqual(utils.command_to_string(command), command)
147 self.assertEqual(utils.command_to_string(command), 'command arg1 arg2')