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 221 ZipFileEntry* temp_entries = malloc(cdcount * sizeof(ZipFileEntry)); local
265 temp_entries[entrycount].data_offset = hoffset+30+nlen+xlen;
266 temp_entries[entrycount].deflate_len = clen;
267 temp_entries[entrycount].uncomp_len = ulen;
268 temp_entries[entrycount].filename = filename;
272 qsort(temp_entries, entrycount, sizeof(ZipFileEntry), fileentry_compare);
278 temp_entries[i].data_offset,
279 temp_entries[i].deflate_len,
280 temp_entries[i].uncomp_len,
281 temp_entries[i].filename
    [all...]

Completed in 495 milliseconds