Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.c608 int cc = read(pArchive->fd, readBuf, getSize); in processDeflatedEntry() local
609 if (cc != (int) getSize) { in processDeflatedEntry()
610 LOGW("inflate read failed (%d vs %ld)\n", cc, getSize); in processDeflatedEntry()