HomeSort by relevance Sort by last modified time
    Searched refs:ExternalError (Results 1 - 5 of 5) sorted by null

  /build/tools/releasetools/
sign_target_files_apks 205 raise ExternalError("can't read META/otakeys.txt from input")
211 raise ExternalError("can't parse \"%s\" from META/otakeys.txt" % (k,))
232 raise ExternalError("failed to run dumpkeys")
313 except common.ExternalError, e:
img_from_target_files 185 except common.ExternalError, e:
common.py 49 class ExternalError(RuntimeError): pass
259 raise ExternalError("failed to unzip input target-files \"%s\"" %
330 raise ExternalError("signapk.jar failed: return code %s" % (p.returncode,))
336 raise ExternalError("zipalign failed: return code %s" % (p.returncode,))
367 raise ExternalError(msg)
ota_from_target_files 439 raise common.ExternalError("couldn't find %s in build.prop" % (property,))
483 raise common.ExternalError("\"%s\" must be sent verbatim" % (fn,))
785 except common.ExternalError, e:
check_target_files_signatures 445 except common.ExternalError, e:

Completed in 2292 milliseconds