Home
last modified time | relevance | path

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

/ohos5.0/build/ohos/images/mkimage/
H A Dmkimages.py84 def sparse_img2simg(is_sparse: str, device: str):
86 if "sparse" in is_sparse:
92 def mk_system_img(mkfs_tools: str, mk_configs: str, device: str, src_dir: str, is_sparse: str):
97 sparse_img2simg(is_sparse, device)
111 def mk_other_img(mkfs_tools: str, mk_configs: str, device: str, src_dir: str, is_sparse: str):
115 sparse_img2simg(is_sparse, device)
130 is_sparse = args[3]
134 mk_system_img(mkfs_tools, mk_configs, device, src_dir, is_sparse)
136 mk_ramdisk_img(mkfs_tools, mk_configs, device, src_dir, is_sparse)
140 mk_ramdisk_img(mkfs_tools, mk_configs, device, src_dir, is_sparse)
[all …]
/ohos5.0/base/update/packaging_tools/
H A Dbuild_module_img.py45 def sparse_img2simg(is_sparse, device): argument
47 if "sparse" in is_sparse:
110 is_sparse = image_type
133 sparse_img2simg(is_sparse, device)
/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py300 self.is_sparse = False
353 self.is_sparse = True
434 if not self.is_sparse:
467 if not self.is_sparse:
500 if not self.is_sparse:
547 if not self.is_sparse:
605 if not self.is_sparse:
997 if image.is_sparse is True: # Original image size must be multiple of block_size