Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 10 of 10) sorted by relevance

/bootable/recovery/mtdutils/
Dmtdutils.c290 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/
Dbsdiff.cpp170 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
Dimgpatch.cpp54 ssize_t pos = 12; in ApplyImagePatch() local
Dimgdiff.cpp304 int pos = 0; in ReadZip() local
402 size_t pos = 0; in ReadImage() local
/bootable/recovery/tools/ota/
Dadd-property-tag.c46 char *pos = strstr(line, tag); in remove_tag() local
/bootable/recovery/
Dinstall.cpp60 size_t pos = str.find("="); in parse_build_number() local
Dwear_ui.cpp126 int pos = (int) (p * width); in draw_progress_locked() local
Dscreen_ui.cpp187 int pos = (int) (p * width); in draw_foreground_locked() local
/bootable/recovery/uncrypt/
Duncrypt.cpp294 off64_t pos = 0; in produce_block_map() local
/bootable/recovery/updater/
Dblockimg.cpp69 std::vector<size_t> pos; // Actual limit is INT_MAX. member