Lines Matching refs:ALOGD

81             ALOGD("File %s does not exist", zipFileName);  in open()
99 ALOGD("fopen failed: %d\n", err); in open()
218 ALOGD("Length is %ld -- too small\n", (long)fileLength); in readCentralDir()
225 ALOGD("Failure allocating %d bytes for EOCD search", in readCentralDir()
239 ALOGD("Failure seeking to end of zip at %ld", (long) seekStart); in readCentralDir()
246 ALOGD("short file? wanted %ld\n", readAmount); in readCentralDir()
261 ALOGD("EOCD not found, not Zip\n"); in readCentralDir()
269 ALOGD("Failure reading %ld bytes of EOCD values", readAmount - i); in readCentralDir()
277 ALOGD("Archive spanning not supported\n"); in readCentralDir()
297 ALOGD("Failure seeking to central dir offset %ld\n", in readCentralDir()
313 ALOGD("initFromCDE failed\n"); in readCentralDir()
328 ALOGD("EOCD check read failed\n"); in readCentralDir()
333 ALOGD("EOCD read check failed\n"); in readCentralDir()
419 ALOGD("compression failed, storing\n"); in addCommon()
430 ALOGD("insufficient compression (src=%ld dst=%ld), storing\n", in addCommon()
452 ALOGD("failed copying data in\n"); in addCommon()
471 ALOGD("this isn't a deflated gzip file?"); in addCommon()
478 ALOGD("failed copying gzip data in\n"); in addCommon()
662 ALOGD("fwrite %d bytes failed\n", (int) count); in copyFpToFp()
682 ALOGD("fwrite %d bytes failed\n", (int) size); in copyDataToFp()
716 ALOGD("fread %d bytes failed\n", (int) readSize); in copyPartialFpToFp()
724 ALOGD("fwrite %d bytes failed\n", (int) count); in copyPartialFpToFp()
783 ALOGD("Call to deflateInit2 failed (zerr=%d)\n", zerr); in compressFpToFp()
808 ALOGD("deflate read failed (errno=%d)\n", errno); in compressFpToFp()
831 ALOGD("zlib deflate call failed (zerr=%d)\n", zerr); in compressFpToFp()
844 ALOGD("write %d failed in deflate\n", in compressFpToFp()
1061 ALOGD("filemove src seek %ld failed\n", (long) src); in filemove()
1066 ALOGD("filemove read %ld off=%ld failed\n", in filemove()
1072 ALOGD("filemove dst seek %ld failed\n", (long) dst); in filemove()
1077 ALOGD("filemove write %ld off=%ld failed\n", in filemove()
1104 ALOGD("HEY: fstat on fd %d failed\n", fd); in getModTime()
1129 ALOGD("didn't work, errno=%d\n", errno);
1224 ALOGD(" Zip EOCD: expected >= %d bytes, found %d\n", in readBuf()
1245 ALOGD("EOCD(%d) + comment(%d) exceeds len (%d)\n", in readBuf()
1288 ALOGD(" EndOfCentralDir contents:\n"); in dump()
1289 ALOGD(" diskNum=%u diskWCD=%u numEnt=%u totalNumEnt=%u\n", in dump()
1291 ALOGD(" centDirSize=%lu centDirOff=%lu commentLen=%u\n", in dump()