Home
last modified time | relevance | path

Searched refs:image_type (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/packaging_tools/
H A Dbuild_module_img.py102 image_type = "raw"
104 image_type = "sparse"
110 is_sparse = image_type
/ohos5.0/build/ohos/images/
H A Dbuild_image.py128 image_type = "raw"
130 image_type = "sparse"
136 image_type
/ohos5.0/base/startup/hvb/libhvb/src/cert/
H A Dhvb_cert.c111 enum hvb_image_type image_type = (enum hvb_image_type)cert->verity_type; in hash_image_init_desc() local
113 if (image_type != HVB_IMAGE_TYPE_HASH || !hvb_need_verify_hash(hash_ptn_list, ptn)) { in hash_image_init_desc()