Lines Matching refs:partition_file
224 OPTIONS_MANAGER.partition_file = args.partition_file
241 OPTIONS_MANAGER.partition_file,
299 def check_incremental_args(no_zip, partition_file, source_package, argument
323 if partition_file is not None:
715 def incremental_processing(no_zip, partition_file, source_package, argument
726 if check_incremental_args(no_zip, partition_file, source_package,
791 partition_file, signing_algorithm, hash_algorithm, private_key = get_args()
799 …if source_package is not None or OPTIONS_MANAGER.xml_path is not None or partition_file is not Non…
815 if partition_file is not None:
820 …ion_file_obj, partitions_list, partitions_file_path_list = parse_partition_file_xml(partition_file)
828 if incremental_processing(no_zip, partition_file, source_package, verse_script) is False: