• Home
  • Raw
  • Download

Lines Matching refs:ALOGW

174       ALOGW("Zip: Found duplicate entry %.*s", name.name_length, name.name);  in AddToHash()
269 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in MapCentralDirectory0()
279 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in MapCentralDirectory0()
285 ALOGW("Zip: empty archive?"); in MapCentralDirectory0()
380 ALOGW("Zip: unable to allocate the %u-entry hash_table, entry size: %zu", in ParseZipArchive()
393 ALOGW("Zip: ran off the end (at %" PRIu16 ")", i); in ParseZipArchive()
402 ALOGW("Zip: missed a central dir sig (at %" PRIu16 ")", i); in ParseZipArchive()
408 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16, in ParseZipArchive()
419 ALOGW( in ParseZipArchive()
437 ALOGW("Zip: Error adding entry to hash table %d", add_result); in ParseZipArchive()
443 ALOGW("Zip: bad CD advance (%tu vs %zu) at entry %" PRIu16, ptr - cd_ptr, cd_length, i); in ParseZipArchive()
451 ALOGW("Zip: Unable to read header for entry at offset == 0."); in ParseZipArchive()
456 ALOGW("Zip: Entry at offset zero has invalid LFH signature %" PRIx32, lfh_start_bytes); in ParseZipArchive()
494 ALOGW("Unable to open '%s': %s", fileName, strerror(errno)); in OpenArchive()
538 ALOGW("Zip: size/crc32 mismatch. expected {%" PRIu32 ", %" PRIu32 ", %" PRIx32 in ValidateDataDescriptor()
564 ALOGW("Zip: Invalid entry pointer"); in FindEntry()
589 ALOGW("Zip: bad local hdr offset in zip"); in FindEntry()
595 ALOGW("Zip: failed reading lfh name from offset %" PRId64, in FindEntry()
603 ALOGW("Zip: didn't find signature at start of lfh, offset=%" PRId64, in FindEntry()
625 ALOGW("Zip: gpb flag mismatch at bit 3. expected {%04" PRIx16 "}, was {%04" PRIx16 "}", in FindEntry()
635 ALOGW("Zip: size/crc32 mismatch. expected {%" PRIu32 ", %" PRIu32 ", %" PRIx32 in FindEntry()
657 ALOGW("Zip: Invalid declared length"); in FindEntry()
663 ALOGW("Zip: failed reading lfh name from offset %" PRId64, static_cast<int64_t>(name_offset)); in FindEntry()
673 ALOGW("Zip: lfh name did not match central directory."); in FindEntry()
680 ALOGW("Zip: bad data offset %" PRId64 " in zip", static_cast<int64_t>(data_offset)); in FindEntry()
685 ALOGW("Zip: bad compressed length in zip (%" PRId64 " + %" PRIu32 " > %" PRId64 ")", in FindEntry()
693 ALOGW("Zip: bad uncompressed length in zip (%" PRId64 " + %" PRIu32 " > %" PRId64 ")", in FindEntry()
741 ALOGW("Zip: Invalid ZipArchiveHandle"); in StartIteration()
759 ALOGW("Zip: Invalid filename %.*s", entryName.name_length, entryName.name); in FindEntry()
775 ALOGW("Zip: Null ZipArchiveHandle"); in Next()
781 ALOGW("Zip: Invalid ZipArchiveHandle"); in Next()
817 ALOGW("Zip: Unexpected size %zu (declared) vs %zu (actual)", size_, in Append()
848 ALOGW("Zip: unable to seek to current location on fd %d: %s", fd, strerror(errno)); in Create()
866 ALOGW("Zip: unable to allocate %" PRId64 " bytes at offset %" PRId64 ": %s", in Create()
876 ALOGW("Zip: unable to fstat file: %s", strerror(errno)); in Create()
884 ALOGW("Zip: unable to truncate file to %" PRId64 ": %s", in Create()
904 ALOGW("Zip: Unexpected size %zu (declared) vs %zu (actual)", declared_length_, in Append()
913 ALOGW("Zip: unable to write %zu bytes to file; %s", buf_size, strerror(errno)); in Append()
988 ALOGW("Call to inflateInit2 failed (zerr=%d)", zerr); in Inflate()
1010 ALOGW("Zip: inflate read failed, getSize = %zu: %s", read_size, strerror(errno)); in Inflate()
1023 ALOGW("Zip: inflate zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)", zerr, zstream.next_in, in Inflate()
1055 ALOGW("Zip: size mismatch on inflated file (%lu vs %" PRIu32 ")", zstream.total_out, in Inflate()
1089 ALOGW("CopyFileToFile: copy read failed, block_size = %zu, offset = %" PRId64 ": %s", in CopyEntryToWriter()
1127 ALOGW("Zip: crc mismatch: expected %" PRIu32 ", was %" PRIu64, entry->crc32, crc); in ExtractToWriter()
1197 ALOGW("Zip: MappedZipFile doesn't have a file descriptor."); in GetFileDescriptor()
1205 ALOGW("Zip: MappedZipFile doesn't have a base pointer."); in GetBasePtr()