Home
last modified time | relevance | path

Searched refs:BLOCK_WRITE_LEN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A DdefineHeader.h21 #define BLOCK_WRITE_LEN (16 * 1024) macro
H A Dflash_image.c135 char data_buf[BLOCK_WRITE_LEN] = {0}; in block_write()
144 dest_step = src_step = BLOCK_WRITE_LEN; in block_write()
170 memset(data_buf, 0, BLOCK_WRITE_LEN); in block_write()