Home
last modified time | relevance | path

Searched refs:BLCOK_SIZE (Results 1 - 1 of 1) sorted by relevance

/base/update/packaging_tools/
H A Dbuild_module_package.py54 BLCOK_SIZE = 8192 variable
231 while remain_len > BLCOK_SIZE:
232 hash_sha256.update(package_file.read(BLCOK_SIZE))
233 remain_len -= BLCOK_SIZE
307 while remain_len > BLCOK_SIZE:
308 f_signed.write(f_unsign.read(BLCOK_SIZE))
309 remain_len -= BLCOK_SIZE

Completed in 2 milliseconds