Home | History | Annotate | Download | only in minzip

Lines Matching defs:cc

608             int cc = read(pArchive->fd, readBuf, getSize);
609 if (cc != (int) getSize) {
610 LOGW("inflate read failed (%d vs %ld)\n", cc, getSize);