Searched refs:OPTIONS (Results 1 - 25 of 38) sorted by relevance

12

/build/make/tools/releasetools/
H A Dota_from_target_files.py181 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...]
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 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 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...]
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 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 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 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 Dtest_ota_from_target_files.py380 common.OPTIONS.incremental_source = None
381 common.OPTIONS.downgrade = False
382 common.OPTIONS.timestamp = False
383 common.OPTIONS.wipe_user_data = False
384 common.OPTIONS.no_signing = False
385 common.OPTIONS.package_key = os.path.join(self.testdata_dir, 'testkey')
386 common.OPTIONS.key_passwords = {
387 common.OPTIONS.package_key : None,
390 common.OPTIONS.search_path = test_utils.get_search_path()
391 self.assertIsNotNone(common.OPTIONS
[all...]
H A Dcommon.py73 OPTIONS = Options() variable
120 OPTIONS.verbose will be used if not specified.
123 verbose = OPTIONS.verbose
362 key_path = OPTIONS.info_dict.get("avb_" + partition + "_key_path")
363 algorithm = OPTIONS.info_dict.get("avb_" + partition + "_algorithm")
366 avb_salt = OPTIONS.info_dict.get("avb_salt")
410 info_dict = OPTIONS.info_dict
480 cmd = [OPTIONS.boot_signer_path]
481 cmd.extend(OPTIONS.boot_signer_args)
560 info_dict = OPTIONS
[all...]
/build/tools/releasetools/
H A Dota_from_target_files.py181 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...]
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 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 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...]
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 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 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 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 Dtest_ota_from_target_files.py380 common.OPTIONS.incremental_source = None
381 common.OPTIONS.downgrade = False
382 common.OPTIONS.timestamp = False
383 common.OPTIONS.wipe_user_data = False
384 common.OPTIONS.no_signing = False
385 common.OPTIONS.package_key = os.path.join(self.testdata_dir, 'testkey')
386 common.OPTIONS.key_passwords = {
387 common.OPTIONS.package_key : None,
390 common.OPTIONS.search_path = test_utils.get_search_path()
391 self.assertIsNotNone(common.OPTIONS
[all...]

Completed in 201 milliseconds

12