/build/make/tools/releasetools/ |
D | add_img_to_target_files.py | 71 OPTIONS = common.OPTIONS variable 72 OPTIONS.add_missing = False 73 OPTIONS.rebuild_recovery = False 74 OPTIONS.replace_updated_files_list = [] 75 OPTIONS.replace_verity_public_key = False 76 OPTIONS.replace_verity_private_key = False 77 OPTIONS.is_signing = False 126 image_size = OPTIONS.info_dict.get(which + "_image_size") 135 if "extfs_sparse_flag" in OPTIONS.info_dict: 152 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img") [all …]
|
D | add_img_to_target_files | 71 OPTIONS = common.OPTIONS 72 OPTIONS.add_missing = False 73 OPTIONS.rebuild_recovery = False 74 OPTIONS.replace_updated_files_list = [] 75 OPTIONS.replace_verity_public_key = False 76 OPTIONS.replace_verity_private_key = False 77 OPTIONS.is_signing = False 126 image_size = OPTIONS.info_dict.get(which + "_image_size") 135 if "extfs_sparse_flag" in OPTIONS.info_dict: 152 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img") [all …]
|
D | ota_from_target_files | 234 OPTIONS = common.OPTIONS variable 235 OPTIONS.package_key = None 236 OPTIONS.incremental_source = None 237 OPTIONS.verify = False 238 OPTIONS.patch_threshold = 0.95 239 OPTIONS.wipe_user_data = False 240 OPTIONS.downgrade = False 241 OPTIONS.extra_script = None 242 OPTIONS.worker_threads = multiprocessing.cpu_count() // 2 243 if OPTIONS.worker_threads == 0: [all …]
|
D | ota_from_target_files.py | 234 OPTIONS = common.OPTIONS variable 235 OPTIONS.package_key = None 236 OPTIONS.incremental_source = None 237 OPTIONS.verify = False 238 OPTIONS.patch_threshold = 0.95 239 OPTIONS.wipe_user_data = False 240 OPTIONS.downgrade = False 241 OPTIONS.extra_script = None 242 OPTIONS.worker_threads = multiprocessing.cpu_count() // 2 243 if OPTIONS.worker_threads == 0: [all …]
|
D | merge_builds.py | 62 OPTIONS = common.OPTIONS variable 63 OPTIONS.framework_images = ("system",) 64 OPTIONS.product_out_framework = None 65 OPTIONS.product_out_vendor = None 66 OPTIONS.build_vbmeta = False 67 OPTIONS.framework_misc_info_keys = None 71 for image in OPTIONS.framework_images: 72 image_path = os.path.join(OPTIONS.product_out_framework, "%s.img" % image) 73 symlink_path = os.path.join(OPTIONS.product_out_vendor, "%s.img" % image) 85 os.path.join(OPTIONS.product_out_framework, "misc_info.txt")) [all …]
|
D | img_from_target_files.py | 56 OPTIONS = common.OPTIONS variable 58 OPTIONS.additional_entries = [] 59 OPTIONS.bootable_only = False 60 OPTIONS.put_super = None 61 OPTIONS.dynamic_partition_list = None 62 OPTIONS.super_device_list = None 63 OPTIONS.retrofit_dap = None 64 OPTIONS.build_super = None 65 OPTIONS.sparse_userimages = None 75 info = OPTIONS.info_dict = common.LoadInfoDict(input_zip) [all …]
|
D | img_from_target_files | 56 OPTIONS = common.OPTIONS variable 58 OPTIONS.additional_entries = [] 59 OPTIONS.bootable_only = False 60 OPTIONS.put_super = None 61 OPTIONS.dynamic_partition_list = None 62 OPTIONS.super_device_list = None 63 OPTIONS.retrofit_dap = None 64 OPTIONS.build_super = None 65 OPTIONS.sparse_userimages = None 75 info = OPTIONS.info_dict = common.LoadInfoDict(input_zip) [all …]
|
D | sign_target_files_apks.py | 161 OPTIONS = common.OPTIONS variable 163 OPTIONS.extra_apks = {} 164 OPTIONS.extra_apex_payload_keys = {} 165 OPTIONS.skip_apks_with_path_prefix = set() 166 OPTIONS.key_map = {} 167 OPTIONS.rebuild_recovery = False 168 OPTIONS.replace_ota_keys = False 169 OPTIONS.replace_verity_public_key = False 170 OPTIONS.replace_verity_private_key = False 171 OPTIONS.replace_verity_keyid = False [all …]
|
D | sign_target_files_apks | 161 OPTIONS = common.OPTIONS variable 163 OPTIONS.extra_apks = {} 164 OPTIONS.extra_apex_payload_keys = {} 165 OPTIONS.skip_apks_with_path_prefix = set() 166 OPTIONS.key_map = {} 167 OPTIONS.rebuild_recovery = False 168 OPTIONS.replace_ota_keys = False 169 OPTIONS.replace_verity_public_key = False 170 OPTIONS.replace_verity_private_key = False 171 OPTIONS.replace_verity_keyid = False [all …]
|
D | merge_target_files.py | 97 OPTIONS = common.OPTIONS variable 99 OPTIONS.verbose = True 100 OPTIONS.framework_target_files = None 101 OPTIONS.framework_item_list = None 102 OPTIONS.framework_misc_info_keys = None 103 OPTIONS.vendor_target_files = None 104 OPTIONS.vendor_item_list = None 105 OPTIONS.output_target_files = None 106 OPTIONS.output_dir = None 107 OPTIONS.output_item_list = None [all …]
|
D | test_add_img_to_target_files.py | 29 OPTIONS = common.OPTIONS variable 35 OPTIONS.input_tmp = common.MakeTempDir() 40 path = os.path.join(OPTIONS.input_tmp, prefix) 49 images_path = os.path.join(OPTIONS.input_tmp, 'IMAGES') 62 radio_path = os.path.join(OPTIONS.input_tmp, 'RADIO') 125 OPTIONS.info_dict = { 144 meta_path = os.path.join(OPTIONS.input_tmp, 'META') 179 care_map_file = os.path.join(OPTIONS.input_tmp, 'META', 'care_map.pb') 197 care_map_file = os.path.join(OPTIONS.input_tmp, 'META', 'care_map.pb') 211 OPTIONS.info_dict = { [all …]
|
D | test_ota_from_target_files.py | 172 common.OPTIONS.incremental_source = None 173 common.OPTIONS.downgrade = False 174 common.OPTIONS.retrofit_dynamic_partitions = False 175 common.OPTIONS.timestamp = False 176 common.OPTIONS.wipe_user_data = False 177 common.OPTIONS.no_signing = False 178 common.OPTIONS.package_key = os.path.join(self.testdata_dir, 'testkey') 179 common.OPTIONS.key_passwords = { 180 common.OPTIONS.package_key : None, 183 common.OPTIONS.search_path = test_utils.get_search_path() [all …]
|
D | make_recovery_patch.py | 31 OPTIONS = common.OPTIONS variable 40 OPTIONS.info_dict = common.LoadInfoDict(input_dir) 50 board_uses_vendorimage = OPTIONS.info_dict.get(
|
D | common.py | 102 OPTIONS = Options() variable 199 if OPTIONS.verbose: 203 if OPTIONS.logfile: 210 'filename': OPTIONS.logfile, 218 OPTIONS.host_tools[tool_name] = location 246 if args and args[0] in OPTIONS.host_tools: 248 args[0] = OPTIONS.host_tools[args[0]] 1036 key_path = OPTIONS.info_dict.get("avb_" + partition + "_key_path") 1037 if key_path and not os.path.exists(key_path) and OPTIONS.search_path: 1038 new_key_path = os.path.join(OPTIONS.search_path, key_path) [all …]
|
D | check_target_files_signatures | 75 OPTIONS = common.OPTIONS variable 77 OPTIONS.text = False 78 OPTIONS.compare_with = None 79 OPTIONS.local_cert_dirs = ("vendor", "build") 138 for top in OPTIONS.local_cert_dirs: 467 OPTIONS.compare_with = a 469 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")] 471 OPTIONS.text = True 498 if OPTIONS.compare_with: 502 compare_files.LoadZipFile(OPTIONS.compare_with) [all …]
|
D | check_target_files_signatures.py | 75 OPTIONS = common.OPTIONS variable 77 OPTIONS.text = False 78 OPTIONS.compare_with = None 79 OPTIONS.local_cert_dirs = ("vendor", "build") 138 for top in OPTIONS.local_cert_dirs: 467 OPTIONS.compare_with = a 469 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")] 471 OPTIONS.text = True 498 if OPTIONS.compare_with: 502 compare_files.LoadZipFile(OPTIONS.compare_with) [all …]
|
D | apex_utils.py | 28 OPTIONS = common.OPTIONS variable 159 if OPTIONS.verbose: 352 extra_signapk_args = OPTIONS.extra_signapk_args[:]
|
D | check_target_files_vintf.py | 35 OPTIONS = common.OPTIONS variable
|
D | blockimgdiff.py | 347 if common.OPTIONS.cache_size is not None: 348 stash_limit = (common.OPTIONS.cache_size * 349 common.OPTIONS.stash_threshold / self.tgt.blocksize) 523 if common.OPTIONS.cache_size is not None: 529 cache_size = common.OPTIONS.cache_size 530 stash_threshold = common.OPTIONS.stash_threshold 583 OPTIONS = common.OPTIONS 584 if OPTIONS.cache_size is not None: 585 max_allowed = OPTIONS.cache_size * OPTIONS.stash_threshold 628 cache_size = common.OPTIONS.cache_size [all …]
|
D | test_blockimgdiff.py | 132 common.OPTIONS.cache_size = 7 * 4096 136 common.OPTIONS.cache_size = 6 * 4096 174 common.OPTIONS.cache_size = 15 * 4096
|
D | test_sign_apex.py | 30 common.OPTIONS.search_path = test_utils.get_search_path()
|
D | verity_utils.py | 30 OPTIONS = common.OPTIONS variable 163 if OPTIONS.verity_signer_path is not None: 164 signer_path = OPTIONS.verity_signer_path 173 OPTIONS.verity_signer_args,
|
D | test_common.py | 1533 common.OPTIONS.info_dict = { 1545 common.OPTIONS.aftl_tool_path = 'aftltool' 1546 common.OPTIONS.aftl_server = 'log.endpoints.aftl-dev.cloud.goog:9000' 1547 common.OPTIONS.aftl_key_path = os.path.join(testdata_dir, 1549 common.OPTIONS.aftl_manufacturer_key_path = os.path.join( 1561 common.OPTIONS.aftl_key_path), 1562 '--manufacturer_key', common.OPTIONS.aftl_manufacturer_key_path, 1573 common.OPTIONS.info_dict = { 1585 common.OPTIONS.aftl_tool_path = "aftltool" 1586 common.OPTIONS.aftl_server = "log.endpoints.aftl-dev.cloud.goog:9000" [all …]
|
D | test_sign_target_files_apks.py | 229 common.OPTIONS.key_map = { 248 common.OPTIONS.key_map = { 272 common.OPTIONS.key_map = {
|
/build/soong/scripts/ |
D | archive_repack.sh | 34 OPTIONS:
|