Searched refs:ShellError (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | shell_wrapper.py | 11 class ShellError(Exception): class 54 raise ShellError('command %s failed (code: %d)' % 136 raise ShellError('command %s failed (code: %d)' % 148 raise ShellError('Somthing wrong on getting status: %r' % lines)
|
D | firmware_updater.py | 490 except shell_wrapper.ShellError: 499 except shell_wrapper.ShellError:
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | mock_calls_test.py | 52 def ShellError(self): member in TestCaseWithAssertCallsTest 129 self.call.adb.Shell('echo hello'), self.ShellError()):
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_test.py | 210 def ShellError(self, output=None, status=1): member in DeviceUtilsTest 336 'ls /root', ensure_logs_on_timeout=False), self.ShellError())): 518 self.ShellError()): 616 self.ShellError()), 621 self.ShellError()), 1156 cmd, ensure_logs_on_timeout=False), self.ShellError(output)): 1164 cmd, ensure_logs_on_timeout=False), self.ShellError(output)): 1187 cmd, ensure_logs_on_timeout=False), self.ShellError('')): 1197 cmd, ensure_logs_on_timeout=False), self.ShellError('', None)), 1926 self.ShellError()): [all …]
|
D | battery_utils_test.py | 73 def ShellError(self, output=None, status=1): member in BatteryUtilsTest 413 self.ShellError()), 415 self.ShellError())):
|
/external/autotest/server/cros/faft/utils/ |
D | mode_switcher.py | 885 except shell_wrapper.ShellError: 915 except shell_wrapper.ShellError:
|