Searched refs:extra_args (Results 1 – 5 of 5) sorted by relevance
/build/make/tools/releasetools/ |
D | sign_target_files_apks | 1006 extra_args = OPTIONS.avb_extra_args.get(partition) 1007 if extra_args: 1009 partition, extra_args)) 1014 misc_info[args_key] = (misc_info.get(args_key, '') + ' ' + extra_args) 1065 extra_args = OPTIONS.gki_signing_extra_args 1066 if extra_args: 1067 print('Setting GKI signing args: "%s"' % (extra_args)) 1068 misc_info["gki_signing_signature_args"] = extra_args 1300 partition, extra_args = a.split("=", 1) 1301 OPTIONS.avb_extra_args[partition] = extra_args
|
D | test_common.py | 471 def _test_ZipWriteStr(self, zinfo_or_arcname, contents, extra_args=None): argument 472 extra_args = dict(extra_args or {}) 481 expected_compress_type = extra_args.get("compress_type", 487 expected_mode = extra_args.get("perms", 0o644) 494 expected_mode = extra_args.get("perms", zinfo_perms) 496 common.ZipWriteStr(zip_file, zinfo_or_arcname, contents, **extra_args) 505 def _test_ZipWriteStr_large_file(self, large, small, extra_args=None): argument 506 extra_args = dict(extra_args or {}) 533 expected_compress_type = extra_args.get("compress_type", 537 common.ZipWrite(zip_file, test_file_name, **extra_args) [all …]
|
D | merge_target_files.py | 1012 def files_from_path(target_path, extra_args=None): argument 1014 find_command = ['find', target_path] + (extra_args or [])
|
D | add_img_to_target_files.py | 367 extra_args = OPTIONS.info_dict.get( 374 key_path, algorithm, extra_args)
|
D | add_img_to_target_files | 367 extra_args = OPTIONS.info_dict.get( 374 key_path, algorithm, extra_args)
|