Home
last modified time | relevance | path

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

/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java84 private Runnable next; field in Main.TextCapture
86 TextCapture(Locale thisLocale, Locale nextLocale, Runnable next) { in TextCapture() argument
89 this.next = next; in TextCapture()
100 if (next != null) { in run()
101 mText.postDelayed(next, 200); in run()
/bootable/recovery/minzip/
DSysUtil.c110 unsigned char* next = reserve; in sysMapBlockFile() local
127 …void* addr = mmap64(next, length, PROT_READ, MAP_PRIVATE | MAP_FIXED, fd, ((off64_t)start)*blksize… in sysMapBlockFile()
136 next += length; in sysMapBlockFile()
/bootable/recovery/applypatch/
Dapplypatch.cpp193 size_t next = size[index[i]] - data_size; in LoadPartitionContents() local
194 if (next > 0) { in LoadPartitionContents()
198 read = mtd_read_data(ctx, p, next); in LoadPartitionContents()
202 read = ota_fread(p, 1, next, dev); in LoadPartitionContents()
205 if (next != read) { in LoadPartitionContents()
207 read, next, partition); in LoadPartitionContents()
/bootable/recovery/
Drecovery.cpp575 struct _saved_log_file* next; member
617 p->next = head; in erase_volume()
669 saved_log_file* temp = head->next; in erase_volume()