Home
last modified time | relevance | path

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

/aosp12/build/make/tools/releasetools/
H A Dtest_common.py431 def _test_ZipWrite(self, contents, extra_zipwrite_args=None): argument
432 extra_zipwrite_args = dict(extra_zipwrite_args or {})
441 arcname = extra_zipwrite_args.get("arcname", test_file_name)
456 expected_mode = extra_zipwrite_args.get("perms", 0o644)
457 expected_compress_type = extra_zipwrite_args.get("compress_type",
461 common.ZipWrite(zip_file, test_file_name, **extra_zipwrite_args)