Searched defs:CalledProcessError (Results 1 - 3 of 3) sorted by last modified time

/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dimport_lldb.py28 from subprocess import check_output, CalledProcessError namespace
39 except CalledProcessError:
/external/clang/utils/analyzer/
H A DSATestBuild.py49 from subprocess import check_call, CalledProcessError namespace
288 except CalledProcessError, e:
/external/chromium_org/build/android/gyp/util/
H A Dbuild_utils.py115 class CalledProcessError(Exception): class in inherits:Exception
120 super(CalledProcessError, self).__init__()
135 # If the command fails, raises a build_utils.CalledProcessError.
155 raise CalledProcessError(cwd, args, stdout + stderr)

Completed in 1194 milliseconds