Searched defs:OPTIONS (Results 1 - 25 of 30) sorted by relevance

12

/build/make/tools/releasetools/
H A Dmake_recovery_patch28 OPTIONS = common.OPTIONS variable
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
H A Dmake_recovery_patch.py28 OPTIONS = common.OPTIONS variable
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
H A Dimg_from_target_files43 OPTIONS = common.OPTIONS variable
49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
74 OPTIONS.input_tmp = common.UnzipTemp(args[0], ["IMAGES/*", "OTA/*"])
79 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
94 shutil.rmtree(OPTIONS.input_tmp)
H A Dimg_from_target_files.py43 OPTIONS = common.OPTIONS variable
49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
74 OPTIONS.input_tmp = common.UnzipTemp(args[0], ["IMAGES/*", "OTA/*"])
79 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
94 shutil.rmtree(OPTIONS.input_tmp)
H A Dadd_img_to_target_files66 OPTIONS = common.OPTIONS variable
68 OPTIONS.add_missing = False
69 OPTIONS.rebuild_recovery = False
70 OPTIONS.replace_updated_files_list = []
71 OPTIONS.replace_verity_public_key = False
72 OPTIONS.replace_verity_private_key = False
73 OPTIONS.is_signing = False
114 adjusted_blocks = OPTIONS.info_dict.get(key)
127 img = OutputFile(output_zip, OPTIONS
[all...]
H A Dadd_img_to_target_files.py66 OPTIONS = common.OPTIONS variable
68 OPTIONS.add_missing = False
69 OPTIONS.rebuild_recovery = False
70 OPTIONS.replace_updated_files_list = []
71 OPTIONS.replace_verity_public_key = False
72 OPTIONS.replace_verity_private_key = False
73 OPTIONS.is_signing = False
114 adjusted_blocks = OPTIONS.info_dict.get(key)
127 img = OutputFile(output_zip, OPTIONS
[all...]
H A Dbuild_image.py39 OPTIONS = common.OPTIONS variable
55 verbose = OPTIONS.verbose
216 if OPTIONS.verbose:
351 if OPTIONS.verity_signer_path is not None:
352 signer_path = OPTIONS.verity_signer_path
355 signer_args = OPTIONS.verity_signer_args
H A Dcheck_target_files_signatures67 OPTIONS = common.OPTIONS variable
69 OPTIONS.text = False
70 OPTIONS.compare_with = None
71 OPTIONS.local_cert_dirs = ("vendor", "build")
124 for top in OPTIONS.local_cert_dirs:
399 OPTIONS.compare_with = a
401 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
403 OPTIONS.text = True
428 if OPTIONS
[all...]
H A Dcheck_target_files_signatures.py67 OPTIONS = common.OPTIONS variable
69 OPTIONS.text = False
70 OPTIONS.compare_with = None
71 OPTIONS.local_cert_dirs = ("vendor", "build")
124 for top in OPTIONS.local_cert_dirs:
399 OPTIONS.compare_with = a
401 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
403 OPTIONS.text = True
428 if OPTIONS
[all...]
H A Dsign_target_files_apks118 OPTIONS = common.OPTIONS variable
120 OPTIONS.extra_apks = {}
121 OPTIONS.key_map = {}
122 OPTIONS.rebuild_recovery = False
123 OPTIONS.replace_ota_keys = False
124 OPTIONS.replace_verity_public_key = False
125 OPTIONS.replace_verity_private_key = False
126 OPTIONS.replace_verity_keyid = False
127 OPTIONS
[all...]
H A Dsign_target_files_apks.py118 OPTIONS = common.OPTIONS variable
120 OPTIONS.extra_apks = {}
121 OPTIONS.key_map = {}
122 OPTIONS.rebuild_recovery = False
123 OPTIONS.replace_ota_keys = False
124 OPTIONS.replace_verity_public_key = False
125 OPTIONS.replace_verity_private_key = False
126 OPTIONS.replace_verity_keyid = False
127 OPTIONS
[all...]
H A Dtest_add_img_to_target_files.py30 OPTIONS = common.OPTIONS variable
36 OPTIONS.input_tmp = common.MakeTempDir()
43 """Creates images under OPTIONS.input_tmp/prefix."""
44 path = os.path.join(OPTIONS.input_tmp, prefix)
53 images_path = os.path.join(OPTIONS.input_tmp, 'IMAGES')
90 vendor_images_path = os.path.join(OPTIONS.input_tmp, 'VENDOR_IMAGES')
103 images_path = os.path.join(OPTIONS.input_tmp, 'IMAGES')
177 OPTIONS.info_dict = {
183 meta_path = os.path.join(OPTIONS
[all...]
H A Dota_from_target_files181 OPTIONS = common.OPTIONS variable
182 OPTIONS.package_key = None
183 OPTIONS.incremental_source = None
184 OPTIONS.verify = False
185 OPTIONS.patch_threshold = 0.95
186 OPTIONS.wipe_user_data = False
187 OPTIONS.downgrade = False
188 OPTIONS.extra_script = None
189 OPTIONS
[all...]
/build/tools/releasetools/
H A Dmake_recovery_patch28 OPTIONS = common.OPTIONS variable
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
H A Dmake_recovery_patch.py28 OPTIONS = common.OPTIONS variable
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
H A Dimg_from_target_files43 OPTIONS = common.OPTIONS variable
49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
74 OPTIONS.input_tmp = common.UnzipTemp(args[0], ["IMAGES/*", "OTA/*"])
79 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
94 shutil.rmtree(OPTIONS.input_tmp)
H A Dimg_from_target_files.py43 OPTIONS = common.OPTIONS variable
49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
74 OPTIONS.input_tmp = common.UnzipTemp(args[0], ["IMAGES/*", "OTA/*"])
79 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
94 shutil.rmtree(OPTIONS.input_tmp)
H A Dadd_img_to_target_files66 OPTIONS = common.OPTIONS variable
68 OPTIONS.add_missing = False
69 OPTIONS.rebuild_recovery = False
70 OPTIONS.replace_updated_files_list = []
71 OPTIONS.replace_verity_public_key = False
72 OPTIONS.replace_verity_private_key = False
73 OPTIONS.is_signing = False
114 adjusted_blocks = OPTIONS.info_dict.get(key)
127 img = OutputFile(output_zip, OPTIONS
[all...]
H A Dadd_img_to_target_files.py66 OPTIONS = common.OPTIONS variable
68 OPTIONS.add_missing = False
69 OPTIONS.rebuild_recovery = False
70 OPTIONS.replace_updated_files_list = []
71 OPTIONS.replace_verity_public_key = False
72 OPTIONS.replace_verity_private_key = False
73 OPTIONS.is_signing = False
114 adjusted_blocks = OPTIONS.info_dict.get(key)
127 img = OutputFile(output_zip, OPTIONS
[all...]
H A Dbuild_image.py39 OPTIONS = common.OPTIONS variable
55 verbose = OPTIONS.verbose
216 if OPTIONS.verbose:
351 if OPTIONS.verity_signer_path is not None:
352 signer_path = OPTIONS.verity_signer_path
355 signer_args = OPTIONS.verity_signer_args
H A Dcheck_target_files_signatures67 OPTIONS = common.OPTIONS variable
69 OPTIONS.text = False
70 OPTIONS.compare_with = None
71 OPTIONS.local_cert_dirs = ("vendor", "build")
124 for top in OPTIONS.local_cert_dirs:
399 OPTIONS.compare_with = a
401 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
403 OPTIONS.text = True
428 if OPTIONS
[all...]
H A Dcheck_target_files_signatures.py67 OPTIONS = common.OPTIONS variable
69 OPTIONS.text = False
70 OPTIONS.compare_with = None
71 OPTIONS.local_cert_dirs = ("vendor", "build")
124 for top in OPTIONS.local_cert_dirs:
399 OPTIONS.compare_with = a
401 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
403 OPTIONS.text = True
428 if OPTIONS
[all...]
H A Dsign_target_files_apks118 OPTIONS = common.OPTIONS variable
120 OPTIONS.extra_apks = {}
121 OPTIONS.key_map = {}
122 OPTIONS.rebuild_recovery = False
123 OPTIONS.replace_ota_keys = False
124 OPTIONS.replace_verity_public_key = False
125 OPTIONS.replace_verity_private_key = False
126 OPTIONS.replace_verity_keyid = False
127 OPTIONS
[all...]
H A Dsign_target_files_apks.py118 OPTIONS = common.OPTIONS variable
120 OPTIONS.extra_apks = {}
121 OPTIONS.key_map = {}
122 OPTIONS.rebuild_recovery = False
123 OPTIONS.replace_ota_keys = False
124 OPTIONS.replace_verity_public_key = False
125 OPTIONS.replace_verity_private_key = False
126 OPTIONS.replace_verity_keyid = False
127 OPTIONS
[all...]
H A Dtest_add_img_to_target_files.py30 OPTIONS = common.OPTIONS variable
36 OPTIONS.input_tmp = common.MakeTempDir()
43 """Creates images under OPTIONS.input_tmp/prefix."""
44 path = os.path.join(OPTIONS.input_tmp, prefix)
53 images_path = os.path.join(OPTIONS.input_tmp, 'IMAGES')
90 vendor_images_path = os.path.join(OPTIONS.input_tmp, 'VENDOR_IMAGES')
103 images_path = os.path.join(OPTIONS.input_tmp, 'IMAGES')
177 OPTIONS.info_dict = {
183 meta_path = os.path.join(OPTIONS
[all...]

Completed in 132 milliseconds

12