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

  /build/make/tools/releasetools/
img_from_target_files 104 except common.ExternalError as e:
img_from_target_files.py 104 except common.ExternalError as e:
ota_from_target_files 204 raise common.ExternalError(
212 raise common.ExternalError(
221 raise common.ExternalError("OEM source required for this build")
558 raise common.ExternalError("couldn't find %s in build.prop" % (prop,))
    [all...]
ota_from_target_files.py 204 raise common.ExternalError(
212 raise common.ExternalError(
221 raise common.ExternalError("OEM source required for this build")
558 raise common.ExternalError("couldn't find %s in build.prop" % (prop,))
    [all...]
sign_target_files_apks 445 raise common.ExternalError("can't read META/otakeys.txt from input")
460 raise common.ExternalError(
486 raise common.ExternalError("failed to run dumpkeys")
825 except common.ExternalError, e:
sign_target_files_apks.py 445 raise common.ExternalError("can't read META/otakeys.txt from input")
460 raise common.ExternalError(
486 raise common.ExternalError("failed to run dumpkeys")
825 except common.ExternalError, e:
common.py 107 class ExternalError(RuntimeError):
587 raise ExternalError("failed to unzip input target-files \"%s\"" %
658 raise ExternalError("Failed to obtain minSdkVersion: aapt return code %s"
666 raise ExternalError("No minSdkVersion returned by aapt")
683 raise ExternalError("Unknown minSdkVersion: '%s'. Known codenames: %s"
733 raise ExternalError("signapk.jar failed: return code %s" % (p.returncode,))
763 raise ExternalError(msg)
    [all...]
check_target_files_signatures 464 except common.ExternalError as e:
check_target_files_signatures.py 464 except common.ExternalError as e:
add_img_to_target_files 777 except common.ExternalError as e:
add_img_to_target_files.py 777 except common.ExternalError as e:

Completed in 80 milliseconds