Home
last modified time | relevance | path

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

/bootable/recovery/
Dfuse_sideload.c87 uint32_t curr_block; // cache the block most recently read from the host member
242 if (block == fd->curr_block) { in fetch_block()
248 fd->curr_block = block; in fetch_block()
264 fd->curr_block = block; in fetch_block()
285 fd->curr_block = -1; in fetch_block()
410 fd.curr_block = -1; in run_fuse_sideload()