Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Dimg_hash_check.rs35 block_size: u32 field
/ohos5.0/build/scripts/util/
H A Dmd5_check.py392 def _update_md5_for_file(md5, path, block_size=2**16): argument
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp287 size_t block_size = 1024 * 1024; // 1 MB block size in CloneBuffer() local