Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dimgdiff.c169 static int fileentry_compare(const void* a, const void* b) { in fileentry_compare() function
272 qsort(temp_entries, entrycount, sizeof(ZipFileEntry), fileentry_compare); in ReadZip()