Lines Matching refs:ALOGW
146 ALOGW("Zip: %zu byte read exceeds the boundary of allocated buf, offset %zu, bufSize %zu", in TryConsumeUnaligned()
156 ALOGW("Zip: %s: Not enough space for zip64 eocd locator", debugFileName); in FindCentralDirectoryInfoForZip64()
164 ALOGW("Zip: %s: Read %zu from offset %" PRId64 " failed %s", debugFileName, in FindCentralDirectoryInfoForZip64()
170 ALOGW("Zip: %s: Zip64 eocd locator signature not found at offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64()
178 ALOGW("Zip: %s: Bad zip64 eocd offset %" PRId64 ", eocd locator offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64()
186 ALOGW("Zip: %s: read %zu from offset %" PRId64 " failed %s", debugFileName, in FindCentralDirectoryInfoForZip64()
192 ALOGW("Zip: %s: Zip64 eocd record signature not found at offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64()
199 ALOGW("Zip: %s: Bad offset for zip64 central directory. cd offset %" PRIu64 ", cd size %" PRIu64 in FindCentralDirectoryInfoForZip64()
254 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in FindCentralDirectoryInfo()
271 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in FindCentralDirectoryInfo()
333 ALOGW("Zip: empty archive?"); in MapCentralDirectory()
339 ALOGW("Zip: The size of central directory doesn't fit in range of size_t: %" PRIu64, in MapCentralDirectory()
364 ALOGW("Zip: Extra field isn't large enough to hold zip64 info, size %" PRIu16, in ParseZip64ExtendedInfoInExtraField()
380 ALOGW("Zip: Data size exceeds the boundary of extra field, data size %" PRIu16, dataSize); in ParseZip64ExtendedInfoInExtraField()
413 ALOGW("Zip: Data size should not be 0 in zip64 extended field"); in ParseZip64ExtendedInfoInExtraField()
421 ALOGW("Zip: Invalid data size in zip64 extended field, expect %zu , get %" PRIu16 in ParseZip64ExtendedInfoInExtraField()
434 ALOGW("Zip: zip64 extended info isn't found in the extra field."); in ParseZip64ExtendedInfoInExtraField()
466 ALOGW("Zip: ran off the end (item #%" PRIu64 ", %zu bytes of central directory)", i, in ParseZipArchive()
476 ALOGW("Zip: missed a central dir sig (at %" PRIu64 ")", i); in ParseZipArchive()
486 ALOGW("Zip: file name for entry %" PRIu64 in ParseZipArchive()
494 ALOGW("Zip: extra field for entry %" PRIu64 in ParseZipArchive()
514 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu64, in ParseZipArchive()
521 ALOGW("Zip: invalid file name at entry %" PRIu64, i); in ParseZipArchive()
530 ALOGW("Zip: Error adding entry to hash table %d", add_result); in ParseZipArchive()
536 ALOGW("Zip: bad CD advance (%tu vs %zu) at entry %" PRIu64, ptr - cd_ptr, cd_length, i); in ParseZipArchive()
544 ALOGW("Zip: Unable to read header for entry at offset == 0."); in ParseZipArchive()
549 ALOGW("Zip: Entry at offset zero has invalid LFH signature %" PRIx32, lfh_start_bytes); in ParseZipArchive()
579 ALOGW("Invalid zip length %" PRId64, length); in OpenArchiveFdRange()
584 ALOGW("Invalid zip offset %" PRId64, offset); in OpenArchiveFdRange()
597 ALOGW("Unable to open '%s': %s", fileName, strerror(errno)); in OpenArchive()
661 ALOGW("Zip: size/crc32 mismatch. expected {%" PRIu64 ", %" PRIu64 ", %" PRIx32 in ValidateDataDescriptor()
684 ALOGW("Zip: Invalid entry pointer"); in FindEntry()
729 ALOGW("Zip: bad local hdr offset in zip"); in FindEntry()
735 ALOGW("Zip: failed reading lfh name from offset %" PRId64, in FindEntry()
742 ALOGW("Zip: didn't find signature at start of lfh, offset=%" PRId64, in FindEntry()
751 ALOGW("Zip: lfh name length did not match central directory for %s: %" PRIu16 " %" PRIu16, in FindEntry()
757 ALOGW("Zip: lfh name has invalid declared length"); in FindEntry()
763 ALOGW("Zip: failed reading lfh name from offset %" PRId64, static_cast<int64_t>(name_offset)); in FindEntry()
767 ALOGW("Zip: lfh name did not match central directory"); in FindEntry()
775 ALOGW( in FindEntry()
784 ALOGW("Zip: extra field has a bad size for entry %s", std::string(entryName).c_str()); in FindEntry()
791 ALOGW("Zip: failed reading lfh extra field from offset %" PRId64, lfh_extra_field_offset); in FindEntry()
826 ALOGW("Zip: gpb flag mismatch at bit 3. expected {%04" PRIx16 "}, was {%04" PRIx16 "}", in FindEntry()
836 ALOGW("Zip: size/crc32 mismatch. expected {%" PRIu64 ", %" PRIu64 ", %" PRIx32 in FindEntry()
865 ALOGW("Zip: bad data offset %" PRId64 " in zip", static_cast<int64_t>(data_offset)); in FindEntry()
870 ALOGW("Zip: bad compressed length in zip (%" PRId64 " + %" PRIu64 " > %" PRId64 ")", in FindEntry()
877 ALOGW("Zip: bad uncompressed length in zip (%" PRId64 " + %" PRIu64 " > %" PRId64 ")", in FindEntry()
905 ALOGW("Zip: prefix/suffix too long"); in StartIteration()
918 ALOGW("Zip: Invalid ZipArchiveHandle"); in StartIteration()
933 ALOGW( in CopyFromZipEntry64()
959 ALOGW("Zip: Invalid filename of length %zu", entryName.size()); in FindEntry()
1003 ALOGW("Zip: Null ZipArchiveHandle"); in Next()
1009 ALOGW("Zip: Invalid ZipArchiveHandle"); in Next()
1038 ALOGW("Zip: file size %" PRIu64 " is larger than the buffer size %zu.", declared_length, in Create()
1048 ALOGW("Zip: Unexpected size %zu (declared) vs %zu (actual)", size_, in Append()
1081 ALOGW("Zip: unable to seek to current location on fd %d: %s", fd, strerror(errno)); in Create()
1086 ALOGW("Zip: file size %" PRIu64 " is too large to extract.", declared_length); in Create()
1103 ALOGW("Zip: unable to allocate %" PRIu64 " bytes at offset %" PRId64 ": %s", in Create()
1112 ALOGW("Zip: unable to fstat file: %s", strerror(errno)); in Create()
1120 ALOGW("Zip: unable to truncate file to %" PRId64 ": %s", in Create()
1138 ALOGW("Zip: Unexpected size %zu (declared) vs %zu (actual)", declared_length_, in Append()
1147 ALOGW("Zip: unable to write %zu bytes to file; %s", buf_size, strerror(errno)); in Append()
1227 ALOGW("Call to inflateInit2 failed (zerr=%d)", zerr); in Inflate()
1251 ALOGW("Zip: inflate read failed, getSize = %u: %s", read_size, strerror(errno)); in Inflate()
1264 ALOGW("Zip: inflate zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)", zerr, zstream.next_in, in Inflate()
1297 ALOGW("Zip: size mismatch on inflated file (%lu vs %" PRIu64 ")", zstream.total_out, in Inflate()
1332 ALOGW("CopyFileToFile: copy read failed, block_size = %u, offset = %" PRId64 ": %s", in CopyEntryToWriter()
1377 ALOGW("Zip: crc mismatch: expected %" PRIu32 ", was %" PRIu64, entry->crc32, crc); in ExtractToWriter()
1453 ALOGW("Zip: MappedZipFile doesn't have a file descriptor."); in GetFileDescriptor()
1461 ALOGW("Zip: MappedZipFile doesn't have a base pointer."); in GetBasePtr()