HomeSort by relevance Sort by last modified time
    Searched refs:get_command_str (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/site_tests/provision_CheetsUpdate/lib/
util.py 28 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))
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 148 logging.debug('Calling: %s', lib.util.get_command_str(command))
542 lib.util.get_command_str(make_dev_ssd_command))
    [all...]

Completed in 232 milliseconds