Searched refs:partition_file (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/update/packaging_tools/ |
H A D | build_update.py | 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) [all …]
|
H A D | utils.py | 138 self.partition_file = None 429 if OPTIONS_MANAGER.partition_file is not None: 451 OPTIONS_MANAGER.partition_file = None
|
H A D | README_zh.md | 74 -pf PARTITION_FILE, --partition_file PARTITION_FILE Variable partition mode, Partition list f…
|
H A D | README.md | 62 -pf PARTITION_FILE, --partition_file PARTITION_FILE Variable partition mode, which means to p…
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-ota-guide.md | 235 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 D | subsys-ota-guide.md | 295 …te.py ./target_package/ ./output_package/ -pk ./rsa_private_key2048.pem -pf ./partition_file.xml
|