Searched defs:CalledProcessError (Results 1 - 3 of 3) sorted by relevance

/external/clang/utils/analyzer/
H A DSATestBuild.py55 from subprocess import check_call, check_output, CalledProcessError namespace
388 except CalledProcessError, e:
/external/v8/build/android/gyp/util/
H A Dbuild_utils.py134 class CalledProcessError(Exception): class in inherits:Exception
139 super(CalledProcessError, self).__init__()
154 # If the command fails, raises a build_utils.CalledProcessError.
174 raise CalledProcessError(cwd, args, stdout + stderr)
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dplatformsettings.py64 class CalledProcessError(PlatformSettingsError): class in inherits:PlatformSettingsError
67 super(CalledProcessError, self).__init__()
226 CalledProcessError if the program returns non-zero exit status.
246 raise CalledProcessError(retcode, command_args)

Completed in 1698 milliseconds