Home | History | Annotate | Download | only in aapt

Lines Matching defs:failed

99         ALOGD("fopen failed: %d\n", err);
313 ALOGD("initFromCDE failed\n");
328 ALOGD("EOCD check read failed\n");
333 ALOGD("EOCD read check failed\n");
416 bool failed = false;
419 ALOGD("compression failed, storing\n");
420 failed = true;
432 failed = true;
436 if (failed) {
443 /* handle "no compression" request, or failed compression from above */
452 ALOGD("failed copying data in\n");
478 ALOGD("failed copying gzip data in\n");
605 ALOGW("copy of '%s' failed\n", pEntry->mCDE.mFileName);
662 ALOGD("fwrite %d bytes failed\n", (int) count);
682 ALOGD("fwrite %d bytes failed\n", (int) size);
716 ALOGD("fread %d bytes failed\n", (int) readSize);
724 ALOGD("fwrite %d bytes failed\n", (int) count);
783 ALOGD("Call to deflateInit2 failed (zerr=%d)\n", zerr);
808 ALOGD("deflate read failed (errno=%d)\n", errno);
831 ALOGD("zlib deflate call failed (zerr=%d)\n", zerr);
844 ALOGD("write %d failed in deflate\n",
931 ALOGW("ftruncate failed %ld: %s\n", ftell(mZipFp), strerror(errno));
1061 ALOGD("filemove src seek %ld failed\n", (long) src);
1066 ALOGD("filemove read %ld off=%ld failed\n",
1072 ALOGD("filemove dst seek %ld failed\n", (long) dst);
1077 ALOGD("filemove write %ld off=%ld failed\n",
1104 ALOGD("HEY: fstat on fd %d failed\n", fd);