Searched refs:no_zip (Results 1 – 6 of 6) sorted by relevance
/base/update/packaging_tools/ |
D | build_update.py | 193 no_zip = args.no_zip 194 OPTIONS_MANAGER.no_zip = no_zip 214 no_zip, not_l2, partition_file, signing_algorithm, 241 def check_incremental_args(no_zip, partition_file, source_package, argument 265 if no_zip: 587 def incremental_processing(no_zip, partition_file, source_package, argument 598 if check_incremental_args(no_zip, partition_file, source_package, 645 source_package, target_package, update_package, no_zip, not_l2, \ 649 no_zip = True 707 no_zip, partition_file, source_package, verse_script) is False: [all …]
|
D | README_zh.md | 61 -nz, --no_zip No zip mode, Output update package withou…
|
D | image_class.py | 41 full_image_path_list, no_zip=False): argument 46 self.__no_zip = no_zip
|
D | update_package.py | 411 def build_update_package(no_zip, update_package, prelude_script, argument 429 if not no_zip:
|
D | utils.py | 123 self.no_zip = False 395 OPTIONS_MANAGER.no_zip = False
|
D | README.md | 61 -nz, --no_zip No zip mode, which means to output update…
|