Lines Matching refs:ALOGD

81             ALOGD("File %s does not exist", zipFileName);
99 ALOGD("fopen failed: %d\n", err);
218 ALOGD("Length is %ld -- too small\n", (long)fileLength);
225 ALOGD("Failure allocating %d bytes for EOCD search",
239 ALOGD("Failure seeking to end of zip at %ld", (long) seekStart);
246 ALOGD("short file? wanted %ld\n", readAmount);
261 ALOGD("EOCD not found, not Zip\n");
269 ALOGD("Failure reading %ld bytes of EOCD values", readAmount - i);
277 ALOGD("Archive spanning not supported\n");
297 ALOGD("Failure seeking to central dir offset %ld\n",
313 ALOGD("initFromCDE failed\n");
328 ALOGD("EOCD check read failed\n");
333 ALOGD("EOCD read check failed\n");
419 ALOGD("compression failed, storing\n");
430 ALOGD("insufficient compression (src=%ld dst=%ld), storing\n",
452 ALOGD("failed copying data in\n");
471 ALOGD("this isn't a deflated gzip file?");
478 ALOGD("failed copying gzip data in\n");
663 ALOGD("fwrite %d bytes failed\n", (int) count);
685 ALOGD("fwrite %d bytes failed\n", (int) size);
719 ALOGD("fread %d bytes failed\n", (int) readSize);
727 ALOGD("fwrite %d bytes failed\n", (int) count);
786 ALOGD("Call to deflateInit2 failed (zerr=%d)\n", zerr);
811 ALOGD("deflate read failed (errno=%d)\n", errno);
834 ALOGD("zlib deflate call failed (zerr=%d)\n", zerr);
847 ALOGD("write %d failed in deflate\n",
1064 ALOGD("filemove src seek %ld failed\n", (long) src);
1069 ALOGD("filemove read %ld off=%ld failed\n",
1075 ALOGD("filemove dst seek %ld failed\n", (long) dst);
1080 ALOGD("filemove write %ld off=%ld failed\n",
1107 ALOGD("HEY: fstat on fd %d failed\n", fd);
1132 ALOGD("didn't work, errno=%d\n", errno);
1227 ALOGD(" Zip EOCD: expected >= %d bytes, found %d\n",
1248 ALOGD("EOCD(%d) + comment(%d) exceeds len (%d)\n",
1291 ALOGD(" EndOfCentralDir contents:\n");
1292 ALOGD(" diskNum=%u diskWCD=%u numEnt=%u totalNumEnt=%u\n",
1294 ALOGD(" centDirSize=%lu centDirOff=%lu commentLen=%u\n",