Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DSysUtil.c136 unsigned char* next = reserve; in sysMapBlockFile() local
144 …void* addr = mmap64(next, (end-start)*blksize, PROT_READ, MAP_PRIVATE | MAP_FIXED, fd, ((off64_t)s… in sysMapBlockFile()
152 next += pMap->ranges[i].length; in sysMapBlockFile()
/bootable/recovery/applypatch/
Dapplypatch.c221 size_t next = size[index[i]] - file->size; in LoadPartitionContents() local
223 if (next > 0) { in LoadPartitionContents()
226 read = mtd_read_data(ctx, p, next); in LoadPartitionContents()
230 read = fread(p, 1, next, dev); in LoadPartitionContents()
233 if (next != read) { in LoadPartitionContents()
235 read, next, partition); in LoadPartitionContents()
/bootable/recovery/
Drecovery.cpp417 struct _saved_log_file* next; member
458 p->next = head; in erase_volume()
489 saved_log_file* temp = head->next; in erase_volume()