Home
last modified time | relevance | path

Searched defs:MtdWriteContext (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/recovery/mtdutils/
H A Dmtdutils.c38 struct MtdWriteContext { struct
39 const MtdPartition *partition;
40 char *buffer;
41 size_t stored;
42 int fd;
44 off_t* bad_block_offsets;
45 int bad_block_alloc;
46 int bad_block_count;
H A Dmtdutils.h50 typedef struct MtdWriteContext MtdWriteContext; typedef
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Dmtdutils.c45 struct MtdWriteContext { struct
46 const MtdPartition *partition;
47 char *buffer;
48 size_t stored;
49 int fd;
51 off_t* bad_block_offsets;
52 int bad_block_alloc;
53 int bad_block_count;
H A Dmtdutils.h43 typedef struct MtdWriteContext MtdWriteContext; typedef