Searched defs:blocks (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/updater/ |
D | blockimg.c | 376 size_t blocks, int printerror) { in VerifyBlocks() 556 static int LoadStash(const char* base, const char* id, int verify, int* blocks, uint8_t** buffer, in LoadStash() 630 static int WriteStash(const char* base, const char* id, int blocks, uint8_t* buffer, in WriteStash() 819 int blocks = 0; in SaveStash() local 883 int blocks = locs->pos[i*2+1] - locs->pos[i*2]; in MoveRange() local 1124 int blocks = 0; in PerformCommandMove() local 1315 int blocks = 0; in PerformCommandDiff() local 1430 uint64_t blocks[2]; in PerformCommandErase() local
|
/bootable/recovery/minzip/ |
D | SysUtil.c | 93 unsigned int blocks; in sysMapBlockFile() local
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 200 int blocks = ((sb.st_size-1) / sb.st_blksize) + 1; in produce_block_map() local
|
/bootable/recovery/mtdutils/ |
D | mtdutils.c | 507 off_t mtd_erase_blocks(MtdWriteContext *ctx, int blocks) in mtd_erase_blocks()
|