Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Dflash_image.c132 int src_step, dest_step; in block_write() local
144 dest_step = src_step = BLOCK_WRITE_LEN; in block_write()
182 write_count = dest_remain > dest_step ? dest_step : dest_remain; in block_write()