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

/system/extras/squashfs_utils/
H A Dmksquashfsimage.sh8 ${0##*/} SRC_DIR OUTPUT_FILE [-s] [-m MOUNT_POINT] [-d PRODUCT_OUT] [-C FS_CONFIG ] [-c FILE_CONTEXTS] [-B BLOCK_MAP_FILE] [-b BLOCK_SIZE] [-z COMPRESSOR] [-zo COMPRESSOR_OPT] [-t COMPRESS_THRESHOLD] [-w WHITELIST_FILE] [-a]
63 BLOCK_SIZE=131072
65 BLOCK_SIZE=$2
116 if [ -n "$BLOCK_SIZE" ]; then
117 OPT="$OPT -b $BLOCK_SIZE"
/system/bt/btif/src/
H A Dbtif_debug_btsnoop.cc40 static const size_t BLOCK_SIZE = 16384; variable
146 uint8_t block_src[BLOCK_SIZE];
147 uint8_t block_dst[BLOCK_SIZE];
150 (ringbuffer_size(rb_src) + BLOCK_SIZE - 1) / BLOCK_SIZE;
153 ringbuffer_peek(rb_src, i * BLOCK_SIZE, block_src, BLOCK_SIZE);
157 zs.avail_out = BLOCK_SIZE;
166 const size_t length = BLOCK_SIZE - zs.avail_out;
/system/extras/verity/
H A Dbuild_verity_metadata.py27 BLOCK_SIZE = 4096 variable
28 METADATA_SIZE = BLOCK_SIZE * 8
65 BLOCK_SIZE,
66 BLOCK_SIZE,

Completed in 72 milliseconds