Lines Matching refs:ALOGW

398       ALOGW("Zip: Found duplicate entry %.*s", name.name_length, name.name);  in AddToHash()
415 ALOGW("Zip: seek %" PRId64 " failed: %s", static_cast<int64_t>(search_start), in MapCentralDirectory0()
422 ALOGW("Zip: read %" PRId64 " failed: %s", static_cast<int64_t>(read_amount), in MapCentralDirectory0()
457 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in MapCentralDirectory0()
467 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in MapCentralDirectory0()
472 ALOGW("Zip: empty archive?"); in MapCentralDirectory0()
581 ALOGW("Zip: missed a central dir sig (at %" PRIu16 ")", i); in ParseZipArchive()
586 ALOGW("Zip: ran off the end (at %" PRIu16 ")", i); in ParseZipArchive()
592 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16, in ParseZipArchive()
614 ALOGW("Zip: Error adding entry to hash table %d", add_result); in ParseZipArchive()
620 ALOGW("Zip: bad CD advance (%tu vs %zu) at entry %" PRIu16, in ParseZipArchive()
657 ALOGW("Unable to open '%s': %s", fileName, strerror(errno)); in OpenArchive()
707 ALOGW("Zip: failed seek to offset %" PRId64, off); in ReadAtOffset()
731 ALOGW("Zip: Invalid entry pointer"); in FindEntry()
757 ALOGW("Zip: bad local hdr offset in zip"); in FindEntry()
765 ALOGW("Zip: failed reading lfh name from offset %" PRId64, in FindEntry()
773 ALOGW("Zip: didn't find signature at start of lfh, offset=%" PRId64, in FindEntry()
785 ALOGW("Zip: size/crc32 mismatch. expected {%" PRIu32 ", %" PRIu32 in FindEntry()
800 ALOGW("Zip: Invalid declared length"); in FindEntry()
809 ALOGW("Zip: failed reading lfh name from offset %" PRId64, static_cast<int64_t>(name_offset)); in FindEntry()
821 ALOGW("Zip: lfh name did not match central directory."); in FindEntry()
828 ALOGW("Zip: bad data offset %" PRId64 " in zip", static_cast<int64_t>(data_offset)); in FindEntry()
833 ALOGW("Zip: bad compressed length in zip (%" PRId64 " + %" PRIu32 " > %" PRId64 ")", in FindEntry()
840 ALOGW("Zip: bad uncompressed length in zip (%" PRId64 " + %" PRIu32 " > %" PRId64 ")", in FindEntry()
890 ALOGW("Zip: Invalid ZipArchiveHandle"); in StartIteration()
910 ALOGW("Zip: Invalid filename %.*s", entryName.name_length, entryName.name); in FindEntry()
933 ALOGW("Zip: Invalid ZipArchiveHandle"); in Next()
987 ALOGW("Zip: Unexpected size " ZD " (declared) vs " ZD " (actual)", in Append()
1018 ALOGW("Zip: unable to seek to current location on fd %d: %s", fd, strerror(errno)); in Create()
1036 ALOGW("Zip: unable to allocate space for file to %" PRId64 ": %s", in Create()
1045 ALOGW("Zip: unable to truncate file to %" PRId64 ": %s", in Create()
1055 ALOGW("Zip: Unexpected size " ZD " (declared) vs " ZD " (actual)", in Append()
1064 ALOGW("Zip: unable to write " ZD " bytes to file; %s", buf_size, strerror(errno)); in Append()
1121 ALOGW("Call to inflateInit2 failed (zerr=%d)", zerr); in InflateEntryToWriter()
1142 ALOGW("Zip: inflate read failed (" ZD " vs " ZD ")", actual, getSize); in InflateEntryToWriter()
1155 ALOGW("Zip: inflate zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)", in InflateEntryToWriter()
1181 ALOGW("Zip: size mismatch on inflated file (%lu vs %" PRIu32 ")", in InflateEntryToWriter()
1206 ALOGW("CopyFileToFile: copy read failed (" ZD " vs " ZD ")", actual, block_size); in CopyEntryToWriter()
1229 ALOGW("Zip: lseek to data at %" PRId64 " failed", static_cast<int64_t>(data_offset)); in ExtractToWriter()
1252 ALOGW("Zip: crc mismatch: expected %" PRIu32 ", was %" PRIu64, entry->crc32, crc); in ExtractToWriter()