Searched refs:package_type (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/update/packaging_tools/test/ |
H A D | test_build_update.py | 52 create_input_package("test_source_package", package_type="source") 78 package_type="source", is_updater_partitions=True) 105 package_type="source", is_updater_partitions=True) 131 "test_target_package_nozip", package_type="source") 155 "test_target_package_nozip", package_type="source") 181 "test_target_package_nozip", package_type="source") 262 "test_source_package", package_type="source") 290 "test_target_package_userdata", package_type="source", 353 package_type="target", 356 "test_source_package_miss_image", package_type="source", [all …]
|
H A D | create_package_data.py | 72 package_name, package_type="target", is_su=False, argument 98 if package_type == "target": 100 elif package_type == "source": 124 create_updater_specified_config_file(has_userdata, is_updater_partitions, package_type) 150 has_userdata, is_updater_partitions, package_type): argument 158 if package_type == "target": 163 elif package_type == "source":
|
H A D | test_image_class.py | 42 create_input_package("test_target_package", package_type="source") 65 create_input_package("test_target_package", package_type="source") 135 create_input_package("test_target_package", package_type="source") 157 create_input_package("test_target_package", package_type="source")
|
H A D | test_update_package.py | 115 "test_target_package", package_type="source") 151 position=1, package_type='.bin') 156 position=1, package_type='.bin')
|
/ohos5.0/base/update/packaging_tools/ |
H A D | update_package.py | 393 package_type = "sd" 395 package_type = "diff" 397 package_type = "full" 403 ["updater_", package_type])
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-ota-guide.md | 156 package_type:ota1234567890qwertw
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-ota-guide.md | 156 package_type:ota1234567890qwertw
|