Home
last modified time | relevance | path

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

/development/python-packages/gdbrunner/gdbrunner/
D__init__.py278 except adb.ShellError:
292 except adb.ShellError:
327 except adb.ShellError:
/development/python-packages/adb/adb/
D__init__.py43 class ShellError(RuntimeError): class
47 super(ShellError, self).__init__(
299 raise ShellError(cmd, stdout, stderr, exit_code)
/development/scripts/
Dlldbclient.py263 except adb.ShellError:
Dgdbclient.py263 except adb.ShellError: