Searched defs:pos (Results 1 – 10 of 10) sorted by relevance
/bootable/recovery/mtdutils/ |
D | mtdutils.c | 290 loff_t pos = TEMP_FAILURE_RETRY(lseek64(fd, 0, SEEK_CUR)); in read_block() local 397 static void add_bad_block_offset(MtdWriteContext *ctx, off_t pos) { in add_bad_block_offset() 411 off_t pos = TEMP_FAILURE_RETRY(lseek(fd, 0, SEEK_CUR)); in write_block() local 517 off_t pos = TEMP_FAILURE_RETRY(lseek(ctx->fd, 0, SEEK_CUR)); in mtd_erase_blocks() local
|
/bootable/recovery/applypatch/ |
D | bsdiff.cpp | 170 u_char *newdata,off_t newsize,off_t st,off_t en,off_t *pos) in search() 229 off_t scan,pos,len; in bsdiff() local
|
D | imgpatch.cpp | 54 ssize_t pos = 12; in ApplyImagePatch() local
|
D | imgdiff.cpp | 304 int pos = 0; in ReadZip() local 402 size_t pos = 0; in ReadImage() local
|
/bootable/recovery/tools/ota/ |
D | add-property-tag.c | 46 char *pos = strstr(line, tag); in remove_tag() local
|
/bootable/recovery/ |
D | install.cpp | 60 size_t pos = str.find("="); in parse_build_number() local
|
D | wear_ui.cpp | 126 int pos = (int) (p * width); in draw_progress_locked() local
|
D | screen_ui.cpp | 187 int pos = (int) (p * width); in draw_foreground_locked() local
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 294 off64_t pos = 0; in produce_block_map() local
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 69 std::vector<size_t> pos; // Actual limit is INT_MAX. member
|