HomeSort by relevance Sort by last modified time
    Searched full:temp_entries (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/applypatch/
imgdiff.c 213 ZipFileEntry* temp_entries = malloc(cdcount * sizeof(ZipFileEntry)); local
257 temp_entries[entrycount].data_offset = hoffset+30+nlen+xlen;
258 temp_entries[entrycount].deflate_len = clen;
259 temp_entries[entrycount].uncomp_len = ulen;
260 temp_entries[entrycount].filename = filename;
264 qsort(temp_entries, entrycount, sizeof(ZipFileEntry), fileentry_compare);
270 temp_entries[i].data_offset,
271 temp_entries[i].deflate_len,
272 temp_entries[i].uncomp_len,
273 temp_entries[i].filename
    [all...]

Completed in 732 milliseconds