Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmtdutils.c51 off_t* bad_block_offsets; member
373 ctx->bad_block_offsets = NULL; in mtd_write_partition()
400 ctx->bad_block_offsets = realloc(ctx->bad_block_offsets, in add_bad_block_offset()
403 ctx->bad_block_offsets[ctx->bad_block_count++] = pos; in add_bad_block_offset()
557 free(ctx->bad_block_offsets); in mtd_write_close()