Home | History | Annotate | Download | only in zipalign

Lines Matching full:failed

99         LOGD("fopen failed: %d\n", err);
313 LOGD("initFromCDE failed\n");
328 LOGD("EOCD check read failed\n");
333 LOGD("EOCD read check failed\n");
416 bool failed = false;
419 LOGD("compression failed, storing\n");
420 failed = true;
432 failed = true;
436 if (failed) {
443 /* handle "no compression" request, or failed compression from above */
452 LOGD("failed copying data in\n");
478 LOGD("failed copying gzip data in\n");
606 LOGW("copy of '%s' failed\n", pEntry->mCDE.mFileName);
663 LOGD("fwrite %d bytes failed\n", (int) count);
685 LOGD("fwrite %d bytes failed\n", (int) size);
719 LOGD("fread %d bytes failed\n", (int) readSize);
727 LOGD("fwrite %d bytes failed\n", (int) count);
786 LOGD("Call to deflateInit2 failed (zerr=%d)\n", zerr);
811 LOGD("deflate read failed (errno=%d)\n", errno);
834 LOGD("zlib deflate call failed (zerr=%d)\n", zerr);
847 LOGD("write %d failed in deflate\n",
934 LOGW("ftruncate failed %ld: %s\n", ftell(mZipFp), strerror(errno));
1064 LOGD("filemove src seek %ld failed\n", (long) src);
1069 LOGD("filemove read %ld off=%ld failed\n",
1075 LOGD("filemove dst seek %ld failed\n", (long) dst);
1080 LOGD("filemove write %ld off=%ld failed\n",
1107 LOGD("HEY: fstat on fd %d failed\n", fd);