Searched refs:extra_args (Results 1 – 6 of 6) sorted by relevance
/build/make/tools/releasetools/ |
D | sign_target_files_apks.py | 966 extra_args = OPTIONS.avb_extra_args.get(partition) 967 if extra_args: 969 partition, extra_args)) 974 misc_info[args_key] = (misc_info.get(args_key, '') + ' ' + extra_args) 1239 partition, extra_args = a.split("=", 1) 1240 OPTIONS.avb_extra_args[partition] = extra_args
|
D | sign_target_files_apks | 966 extra_args = OPTIONS.avb_extra_args.get(partition) 967 if extra_args: 969 partition, extra_args)) 974 misc_info[args_key] = (misc_info.get(args_key, '') + ' ' + extra_args) 1239 partition, extra_args = a.split("=", 1) 1240 OPTIONS.avb_extra_args[partition] = extra_args
|
D | test_common.py | 427 def _test_ZipWriteStr(self, zinfo_or_arcname, contents, extra_args=None): argument 428 extra_args = dict(extra_args or {}) 437 expected_compress_type = extra_args.get("compress_type", 443 expected_mode = extra_args.get("perms", 0o644) 450 expected_mode = extra_args.get("perms", zinfo_perms) 452 common.ZipWriteStr(zip_file, zinfo_or_arcname, contents, **extra_args) 461 def _test_ZipWriteStr_large_file(self, large, small, extra_args=None): argument 462 extra_args = dict(extra_args or {}) 489 expected_compress_type = extra_args.get("compress_type", 493 common.ZipWrite(zip_file, test_file_name, **extra_args) [all …]
|
D | merge_target_files.py | 716 def files_from_path(target_path, extra_args=None): argument 729 find_command = ['find', target_path] + (extra_args or [])
|
D | add_img_to_target_files.py | 365 extra_args = OPTIONS.info_dict.get( 372 key_path, algorithm, extra_args)
|
D | add_img_to_target_files | 365 extra_args = OPTIONS.info_dict.get( 372 key_path, algorithm, extra_args)
|