Searched refs:common (Results 1 - 25 of 66) sorted by relevance

123

/build/make/tools/releasetools/
H A Dmake_recovery_patch26 import common namespace
28 OPTIONS = common.OPTIONS
34 args = common.ParseOptions(argv, __doc__)
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
39 recovery_img = common.GetBootableImage("recovery.img", "recovery.img",
41 boot_img = common.GetBootableImage("boot.img", "boot.img",
51 common.MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img)
H A Dmake_recovery_patch.py26 import common namespace
28 OPTIONS = common.OPTIONS
34 args = common.ParseOptions(argv, __doc__)
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
39 recovery_img = common.GetBootableImage("recovery.img", "recovery.img",
41 boot_img = common.GetBootableImage("boot.img", "boot.img",
51 common.MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img)
H A Dimg_from_target_files41 import common namespace
43 OPTIONS = common.OPTIONS
48 common.ZipWrite(
63 args = common.ParseOptions(argv, __doc__,
71 common.Usage(__doc__)
74 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
93 common.ZipWrite(
102 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp)
104 boot_image = common.GetBootableImage(
110 recovery_image = common
[all...]
H A Dimg_from_target_files.py41 import common namespace
43 OPTIONS = common.OPTIONS
48 common.ZipWrite(
63 args = common.ParseOptions(argv, __doc__,
71 common.Usage(__doc__)
74 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
93 common.ZipWrite(
102 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp)
104 boot_image = common.GetBootableImage(
110 recovery_image = common
[all...]
H A Dcheck_ota_package_signature.py24 import common namespace
37 p1 = common.Run(cmd, stdout=subprocess.PIPE)
107 sig_file = common.MakeTempFile(prefix='sig-')
113 p1 = common.Run(cmd, stdout=subprocess.PIPE)
119 digest_file = common.MakeTempFile(prefix='digest-')
124 decrypted_file = common.MakeTempFile(prefix='decrypted-')
127 p1 = common.Run(cmd, stdout=subprocess.PIPE)
133 p1 = common.Run(cmd, stdout=subprocess.PIPE)
H A Dota_from_target_files151 import common namespace
155 OPTIONS = common.OPTIONS
190 key_passwords = common.GetKeyPasswords([OPTIONS.package_key])
193 common.SignFile(temp_zip_name, output_zip_name, OPTIONS.package_key, pw,
204 raise common.ExternalError(
212 raise common.ExternalError(
221 raise common.ExternalError("OEM source required for this build")
226 oem_dicts.append(common.LoadDictionaryFromLines(
250 recovery_two_step_img = common.GetBootableImage(
253 common
[all...]
H A Dota_from_target_files.py151 import common namespace
155 OPTIONS = common.OPTIONS
190 key_passwords = common.GetKeyPasswords([OPTIONS.package_key])
193 common.SignFile(temp_zip_name, output_zip_name, OPTIONS.package_key, pw,
204 raise common.ExternalError(
212 raise common.ExternalError(
221 raise common.ExternalError("OEM source required for this build")
226 oem_dicts.append(common.LoadDictionaryFromLines(
250 recovery_two_step_img = common.GetBootableImage(
253 common
[all...]
H A Dsign_target_files_apks102 import common namespace
104 OPTIONS = common.OPTIONS
115 certmap = common.ReadApkCerts(tf_zip)
172 common.SignFile(unsigned.name, signed.name, keyname, pw,
225 if key not in common.SPECIAL_CERT_STRINGS:
229 common.ZipWriteStr(output_tf_zip, out_info, signed_data)
233 common.ZipWriteStr(output_tf_zip, out_info, data)
248 common.ZipWriteStr(output_tf_zip, out_info, new_data)
258 common.ZipWriteStr(output_tf_zip, out_info, new_data)
304 common
[all...]
H A Dsign_target_files_apks.py102 import common namespace
104 OPTIONS = common.OPTIONS
115 certmap = common.ReadApkCerts(tf_zip)
172 common.SignFile(unsigned.name, signed.name, keyname, pw,
225 if key not in common.SPECIAL_CERT_STRINGS:
229 common.ZipWriteStr(output_tf_zip, out_info, signed_data)
233 common.ZipWriteStr(output_tf_zip, out_info, data)
248 common.ZipWriteStr(output_tf_zip, out_info, new_data)
258 common.ZipWriteStr(output_tf_zip, out_info, new_data)
304 common
[all...]
H A Dedify_generator.py17 import common namespace
87 if common.OPTIONS.oem_no_mount:
99 code=common.ErrorCode.OEM_PROP_MISMATCH,
112 common.ErrorCode.FINGERPRINT_MISMATCH, " or ".join(fp))
123 common.ErrorCode.THUMBPRINT_MISMATCH, " or ".join(fp))
144 common.ErrorCode.OLDER_BUILD, timestamp_text))
151 device, common.ErrorCode.DEVICE_MISMATCH, device)
182 common.ErrorCode.BAD_PATCH_FILE, filename))
207 common.ErrorCode.INSUFFICIENT_CACHE_SPACE))
229 p.fs_type, common
[all...]
/build/tools/releasetools/
H A Dmake_recovery_patch26 import common namespace
28 OPTIONS = common.OPTIONS
34 args = common.ParseOptions(argv, __doc__)
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
39 recovery_img = common.GetBootableImage("recovery.img", "recovery.img",
41 boot_img = common.GetBootableImage("boot.img", "boot.img",
51 common.MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img)
H A Dmake_recovery_patch.py26 import common namespace
28 OPTIONS = common.OPTIONS
34 args = common.ParseOptions(argv, __doc__)
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
39 recovery_img = common.GetBootableImage("recovery.img", "recovery.img",
41 boot_img = common.GetBootableImage("boot.img", "boot.img",
51 common.MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img)
H A Dimg_from_target_files41 import common namespace
43 OPTIONS = common.OPTIONS
48 common.ZipWrite(
63 args = common.ParseOptions(argv, __doc__,
71 common.Usage(__doc__)
74 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
93 common.ZipWrite(
102 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp)
104 boot_image = common.GetBootableImage(
110 recovery_image = common
[all...]
H A Dimg_from_target_files.py41 import common namespace
43 OPTIONS = common.OPTIONS
48 common.ZipWrite(
63 args = common.ParseOptions(argv, __doc__,
71 common.Usage(__doc__)
74 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
93 common.ZipWrite(
102 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp)
104 boot_image = common.GetBootableImage(
110 recovery_image = common
[all...]
H A Dcheck_ota_package_signature.py24 import common namespace
37 p1 = common.Run(cmd, stdout=subprocess.PIPE)
107 sig_file = common.MakeTempFile(prefix='sig-')
113 p1 = common.Run(cmd, stdout=subprocess.PIPE)
119 digest_file = common.MakeTempFile(prefix='digest-')
124 decrypted_file = common.MakeTempFile(prefix='decrypted-')
127 p1 = common.Run(cmd, stdout=subprocess.PIPE)
133 p1 = common.Run(cmd, stdout=subprocess.PIPE)
H A Dota_from_target_files151 import common namespace
155 OPTIONS = common.OPTIONS
190 key_passwords = common.GetKeyPasswords([OPTIONS.package_key])
193 common.SignFile(temp_zip_name, output_zip_name, OPTIONS.package_key, pw,
204 raise common.ExternalError(
212 raise common.ExternalError(
221 raise common.ExternalError("OEM source required for this build")
226 oem_dicts.append(common.LoadDictionaryFromLines(
250 recovery_two_step_img = common.GetBootableImage(
253 common
[all...]
H A Dota_from_target_files.py151 import common namespace
155 OPTIONS = common.OPTIONS
190 key_passwords = common.GetKeyPasswords([OPTIONS.package_key])
193 common.SignFile(temp_zip_name, output_zip_name, OPTIONS.package_key, pw,
204 raise common.ExternalError(
212 raise common.ExternalError(
221 raise common.ExternalError("OEM source required for this build")
226 oem_dicts.append(common.LoadDictionaryFromLines(
250 recovery_two_step_img = common.GetBootableImage(
253 common
[all...]
H A Dsign_target_files_apks102 import common namespace
104 OPTIONS = common.OPTIONS
115 certmap = common.ReadApkCerts(tf_zip)
172 common.SignFile(unsigned.name, signed.name, keyname, pw,
225 if key not in common.SPECIAL_CERT_STRINGS:
229 common.ZipWriteStr(output_tf_zip, out_info, signed_data)
233 common.ZipWriteStr(output_tf_zip, out_info, data)
248 common.ZipWriteStr(output_tf_zip, out_info, new_data)
258 common.ZipWriteStr(output_tf_zip, out_info, new_data)
304 common
[all...]
H A Dsign_target_files_apks.py102 import common namespace
104 OPTIONS = common.OPTIONS
115 certmap = common.ReadApkCerts(tf_zip)
172 common.SignFile(unsigned.name, signed.name, keyname, pw,
225 if key not in common.SPECIAL_CERT_STRINGS:
229 common.ZipWriteStr(output_tf_zip, out_info, signed_data)
233 common.ZipWriteStr(output_tf_zip, out_info, data)
248 common.ZipWriteStr(output_tf_zip, out_info, new_data)
258 common.ZipWriteStr(output_tf_zip, out_info, new_data)
304 common
[all...]
H A Dedify_generator.py17 import common namespace
87 if common.OPTIONS.oem_no_mount:
99 code=common.ErrorCode.OEM_PROP_MISMATCH,
112 common.ErrorCode.FINGERPRINT_MISMATCH, " or ".join(fp))
123 common.ErrorCode.THUMBPRINT_MISMATCH, " or ".join(fp))
144 common.ErrorCode.OLDER_BUILD, timestamp_text))
151 device, common.ErrorCode.DEVICE_MISMATCH, device)
182 common.ErrorCode.BAD_PATCH_FILE, filename))
207 common.ErrorCode.INSUFFICIENT_CACHE_SPACE))
229 p.fs_type, common
[all...]
/build/make/target/product/
H A Dcore_tiny.mk55 ims-common \
83 telephony-common \
84 voip-common \
98 telephony-common \
99 voip-common \
100 ims-common \
/build/make/tools/droiddoc/test/stubs/
H A Dfunc.sh46 -classpath out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
47 -sourcepath $SRC_DIR:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
/build/target/product/
H A Dcore_tiny.mk55 ims-common \
83 telephony-common \
84 voip-common \
98 telephony-common \
99 voip-common \
100 ims-common \
/build/tools/droiddoc/test/stubs/
H A Dfunc.sh46 -classpath out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
47 -sourcepath $SRC_DIR:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
/build/core/
H A Dpdk_config.mk4 host/common/obj/JAVA_LIBRARIES/bouncycastle-host_intermediates
12 target/common/obj/JAVA_LIBRARIES/android.test.runner_intermediates \
13 target/common/obj/JAVA_LIBRARIES/android-common_intermediates \
14 target/common/obj/JAVA_LIBRARIES/android-ex-camera2_intermediates \
15 target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates \
16 target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates \
17 target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates \
18 target/common/obj/JAVA_LIBRARIES/core-oj_intermediates \
19 target/common/obj/JAVA_LIBRARIES/core-libart_intermediates \
20 target/common/ob
[all...]

Completed in 272 milliseconds

123