Searched refs:src_size (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/update/packaging_tools/ |
H A D | script_generator.py | 118 def image_sha_check(self, partition, src_size, src_hash, argument 130 partition=partition, src_size=src_size, src_hash=src_hash, 167 def image_patch(self, partition, src_size, src_hash, target_size, target_hash): argument 175 '"{partition}.patch.dat");\n'.format(partition=partition, src_size=src_size,
|
H A D | build_update.py | 523 src_size = os.path.getsize(src_image_path) 528 src_size, src_sha, tgt_size, tgt_sha)
|