Lines Matching refs:ALOGW
145 ALOGW("Zip: Found duplicate entry %.*s", static_cast<int>(name.size()), name.data()); in AddToHash()
245 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in MapCentralDirectory0()
255 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in MapCentralDirectory0()
261 ALOGW("Zip: empty archive?"); in MapCentralDirectory0()
352 ALOGW("Zip: unable to allocate the %u-entry hash_table, entry size: %zu", in ParseZipArchive()
365 ALOGW("Zip: ran off the end (item #%" PRIu16 ", %zu bytes of central directory)", i, in ParseZipArchive()
375 ALOGW("Zip: missed a central dir sig (at %" PRIu16 ")", i); in ParseZipArchive()
381 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16, in ParseZipArchive()
392 ALOGW("Zip: file name for entry %" PRIu16 in ParseZipArchive()
399 ALOGW("Zip: invalid file name at entry %" PRIu16, i); in ParseZipArchive()
408 ALOGW("Zip: Error adding entry to hash table %d", add_result); in ParseZipArchive()
414 ALOGW("Zip: bad CD advance (%tu vs %zu) at entry %" PRIu16, ptr - cd_ptr, cd_length, i); in ParseZipArchive()
422 ALOGW("Zip: Unable to read header for entry at offset == 0."); in ParseZipArchive()
427 ALOGW("Zip: Entry at offset zero has invalid LFH signature %" PRIx32, lfh_start_bytes); in ParseZipArchive()
457 ALOGW("Invalid zip length %" PRId64, length); in OpenArchiveFdRange()
462 ALOGW("Invalid zip offset %" PRId64, offset); in OpenArchiveFdRange()
475 ALOGW("Unable to open '%s': %s", fileName, strerror(errno)); in OpenArchive()
526 ALOGW("Zip: size/crc32 mismatch. expected {%" PRIu32 ", %" PRIu32 ", %" PRIx32 in ValidateDataDescriptor()
550 ALOGW("Zip: Invalid entry pointer"); in FindEntry()
575 ALOGW("Zip: bad local hdr offset in zip"); in FindEntry()
581 ALOGW("Zip: failed reading lfh name from offset %" PRId64, in FindEntry()
589 ALOGW("Zip: didn't find signature at start of lfh, offset=%" PRId64, in FindEntry()
611 ALOGW("Zip: gpb flag mismatch at bit 3. expected {%04" PRIx16 "}, was {%04" PRIx16 "}", in FindEntry()
621 ALOGW("Zip: size/crc32 mismatch. expected {%" PRIu32 ", %" PRIu32 ", %" PRIx32 in FindEntry()
650 ALOGW("Zip: lfh name length did not match central directory"); in FindEntry()
655 ALOGW("Zip: lfh name has invalid declared length"); in FindEntry()
660 ALOGW("Zip: failed reading lfh name from offset %" PRId64, static_cast<int64_t>(name_offset)); in FindEntry()
666 ALOGW("Zip: lfh name did not match central directory"); in FindEntry()
673 ALOGW("Zip: bad data offset %" PRId64 " in zip", static_cast<int64_t>(data_offset)); in FindEntry()
678 ALOGW("Zip: bad compressed length in zip (%" PRId64 " + %" PRIu32 " > %" PRId64 ")", in FindEntry()
686 ALOGW("Zip: bad uncompressed length in zip (%" PRId64 " + %" PRIu32 " > %" PRId64 ")", in FindEntry()
712 ALOGW("Zip: Invalid ZipArchiveHandle"); in StartIteration()
718 ALOGW("Zip: prefix/suffix too long"); in StartIteration()
733 ALOGW("Zip: Invalid filename of length %zu", entryName.size()); in FindEntry()
759 ALOGW("Zip: Null ZipArchiveHandle"); in Next()
765 ALOGW("Zip: Invalid ZipArchiveHandle"); in Next()
799 ALOGW("Zip: Unexpected size %zu (declared) vs %zu (actual)", size_, in Append()
830 ALOGW("Zip: unable to seek to current location on fd %d: %s", fd, strerror(errno)); in Create()
847 ALOGW("Zip: unable to allocate %" PRId64 " bytes at offset %" PRId64 ": %s", in Create()
857 ALOGW("Zip: unable to fstat file: %s", strerror(errno)); in Create()
865 ALOGW("Zip: unable to truncate file to %" PRId64 ": %s", in Create()
885 ALOGW("Zip: Unexpected size %zu (declared) vs %zu (actual)", declared_length_, in Append()
894 ALOGW("Zip: unable to write %zu bytes to file; %s", buf_size, strerror(errno)); in Append()
969 ALOGW("Call to inflateInit2 failed (zerr=%d)", zerr); in Inflate()
991 ALOGW("Zip: inflate read failed, getSize = %u: %s", read_size, strerror(errno)); in Inflate()
1004 ALOGW("Zip: inflate zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)", zerr, zstream.next_in, in Inflate()
1037 ALOGW("Zip: size mismatch on inflated file (%lu vs %" PRIu32 ")", zstream.total_out, in Inflate()
1071 ALOGW("CopyFileToFile: copy read failed, block_size = %u, offset = %" PRId64 ": %s", in CopyEntryToWriter()
1115 ALOGW("Zip: crc mismatch: expected %" PRIu32 ", was %" PRIu64, entry->crc32, crc); in ExtractToWriter()
1183 ALOGW("Zip: MappedZipFile doesn't have a file descriptor."); in GetFileDescriptor()
1191 ALOGW("Zip: MappedZipFile doesn't have a base pointer."); in GetBasePtr()