Searched defs:get_command_str (Results 1 - 1 of 1) sorted by relevance

/external/autotest/server/site_tests/provision_CheetsUpdate/lib/
H A Dutil.py28 def get_command_str(command): function
39 logging.debug('Calling: %s (kwargs %r)', get_command_str(subprocess_args),
42 logging.debug('Calling: %s', get_command_str(subprocess_args))
48 logging.error('Error while executing %s', get_command_str(subprocess_args))
60 logging.debug('Calling: %s (kwargs %r)', get_command_str(subprocess_args),
63 logging.debug('Calling: %s', get_command_str(subprocess_args))
73 logging.error('Error while executing %s', get_command_str(subprocess_args))

Completed in 169 milliseconds