Home | History | Annotate | Download | only in libdex

Lines Matching refs:ALOGW

83         ALOGW("Zip: invalid ZipEntry %p (%ld)", entry, ent);
150 ALOGW("Zip: seek %ld failed: %s", (long) searchStart, strerror(errno));
155 ALOGW("Zip: read %zd failed: %s", readAmount, strerror(errno));
191 ALOGW("Zip: bad offsets (dir %ld, size %u, eocd %ld)",
196 ALOGW("Zip: empty archive?");
210 ALOGW("Zip: cd map failed");
298 ALOGW("Zip: missed a central dir sig (at %d)", i);
302 ALOGW("Zip: ran off the end (at %d)", i);
308 ALOGW("Zip: bad LFH offset %ld at entry %d", localHdrOffset, i);
323 ALOGW("Zip: bad CD advance (%d vs %zd) at entry %d",
457 ALOGW("Invalid index %d", idx);
534 ALOGW("Zip: bad local hdr offset in zip");
540 ALOGW("Zip: failed seeking to lfh at offset %ld", localHdrOffset);
546 ALOGW("Zip: failed reading lfh from offset %ld", localHdrOffset);
551 ALOGW("Zip: didn't find signature at start of lfh, offset=%ld",
559 ALOGW("Zip: bad data offset %ld in zip", (long) dataOffset);
565 ALOGW("Zip: bad compressed length in zip (%ld + %zd > %ld)",
573 ALOGW("Zip: bad uncompressed length in zip (%ld + %zd > %ld)",
622 ALOGW("Call to inflateInit2 failed (zerr=%d)", zerr);
637 ALOGW("Zip: inflate read failed (%d vs %zd)",
651 ALOGW("Zip: inflate zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)",
674 ALOGW("Zip: size mismatch on inflated file (%ld vs %zd)",
702 ALOGW("Zip: extract can't find entry %p", entry);
716 ALOGW("Zip: lseek to data at %ld failed", (long) dataOffset);