Home
last modified time | relevance | path

Searched refs:extra_args (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/releasetools/
Dsign_target_files_apks.py966 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
Dsign_target_files_apks966 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
Dtest_common.py427 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 …]
Dmerge_target_files.py716 def files_from_path(target_path, extra_args=None): argument
729 find_command = ['find', target_path] + (extra_args or [])
Dadd_img_to_target_files.py365 extra_args = OPTIONS.info_dict.get(
372 key_path, algorithm, extra_args)
Dadd_img_to_target_files365 extra_args = OPTIONS.info_dict.get(
372 key_path, algorithm, extra_args)