Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/utils/
Dshell_wrapper.py11 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)
Dfirmware_updater.py490 except shell_wrapper.ShellError:
499 except shell_wrapper.ShellError:
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls_test.py52 def ShellError(self): member in TestCaseWithAssertCallsTest
129 self.call.adb.Shell('echo hello'), self.ShellError()):
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py210 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 …]
Dbattery_utils_test.py73 def ShellError(self, output=None, status=1): member in BatteryUtilsTest
413 self.ShellError()),
415 self.ShellError())):
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py885 except shell_wrapper.ShellError:
915 except shell_wrapper.ShellError: