Home
last modified time | relevance | path

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

/bootable/recovery/
Dfuse_sideload.cpp91 uint32_t curr_block; // cache the block most recently read from the host member
245 if (block == fd->curr_block) { in fetch_block()
251 fd->curr_block = block; in fetch_block()
267 fd->curr_block = block; in fetch_block()
288 fd->curr_block = -1; in fetch_block()
411 fd.curr_block = -1; in run_fuse_sideload()