Home
last modified time | relevance | path

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

/ohos5.0/base/update/packaging_tools/
H A Dbuild_update.py224 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)
[all …]
H A Dutils.py138 self.partition_file = None
429 if OPTIONS_MANAGER.partition_file is not None:
451 OPTIONS_MANAGER.partition_file = None
H A DREADME_zh.md74 -pf PARTITION_FILE, --partition_file PARTITION_FILE Variable partition mode, Partition list f…
H A DREADME.md62 -pf PARTITION_FILE, --partition_file PARTITION_FILE Variable partition mode, which means to p…
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-ota-guide.md235 7. 针对变分区升级包,还需要提供分区表文件“partition_file.xml”,partition_file.xml配置节点说明如下,可通过-pf参数指定。
295 …te.py ./target_package/ ./output_package/ -pk ./rsa_private_key2048.pem -pf ./partition_file.xml
301 - -pf ./partition_file.xml:指定分区表文件路径。
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-ota-guide.md295 …te.py ./target_package/ ./output_package/ -pk ./rsa_private_key2048.pem -pf ./partition_file.xml